diff options
author | Wolfgang Wegner <w.wegner@astro-kom.de> | 2010-01-25 11:27:44 +0100 |
---|---|---|
committer | TsiChung Liew <tsicliew@gmail.com> | 2010-03-24 11:08:28 -0500 |
commit | 9d79e5758c3a6776be9a86856823d28e7154a481 (patch) | |
tree | 75ce98816a7bbddac92a201f7b7a023243aaa9fa /Makefile | |
parent | 859500a2be94bfa77a845b9c8a4c499587035fd5 (diff) |
add ASTRO MCF5373L board
This patch adds support for ASTRO board(s) based on MCF5373L.
Signed-off-by: Wolfgang Wegner <w.wegner@astro-kom.de>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1976,6 +1976,10 @@ ZPC1900_config: unconfig ## Coldfire ######################################################################### +astro_mcf5373l_config \ +astro_mcf5373l_RAM_config : unconfig + @$(MKCONFIG) -t $(@:_config=) astro_mcf5373l m68k mcf532x mcf5373l astro + M5208EVBE_config : unconfig @$(MKCONFIG) $(@:_config=) m68k mcf52x2 m5208evbe freescale |