summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMinkyu Kang <mk7.kang@samsung.com>2009-10-12 14:40:42 +0900
committerMinkyu Kang <mk7.kang@samsung.com>2009-10-12 14:40:42 +0900
commitd43bc3d2d09022bcffa1302b8f51e7fabe2dc68a (patch)
tree96e0ec8676f5ea1b6776347a713382921055d408 /Makefile
parentbb3f0539fa398683c3d4a5478dc6970c86945bd1 (diff)
parent617da90c1dcf65428ddfb63fef897439950bc915 (diff)
downloadu-boot-imx-d43bc3d2d09022bcffa1302b8f51e7fabe2dc68a.zip
u-boot-imx-d43bc3d2d09022bcffa1302b8f51e7fabe2dc68a.tar.gz
u-boot-imx-d43bc3d2d09022bcffa1302b8f51e7fabe2dc68a.tar.bz2
Merge branch 'master' of git://git.denx.de/u-boot-arm
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 042d9a5..1df7e9d 100644
--- a/Makefile
+++ b/Makefile
@@ -2691,6 +2691,12 @@ at91rm9200ek_config : unconfig
cmc_pu2_config : unconfig
@$(MKCONFIG) $(@:_config=) arm arm920t cmc_pu2 NULL at91rm9200
+CPUAT91_RAM_config \
+CPUAT91_config : unconfig
+ @mkdir -p $(obj)include
+ @echo "#define CONFIG_$(@:_config=) 1" >$(obj)include/config.h
+ @$(MKCONFIG) -a cpuat91 arm arm920t cpuat91 eukrea at91rm9200
+
csb637_config : unconfig
@$(MKCONFIG) $(@:_config=) arm arm920t csb637 NULL at91rm9200
@@ -2821,6 +2827,14 @@ at91sam9rlek_config : unconfig
fi;
@$(MKCONFIG) -a at91sam9rlek arm arm926ejs at91sam9rlek atmel at91
+CPU9G20_128M_config \
+CPU9G20_config \
+CPU9260_128M_config \
+CPU9260_config : unconfig
+ @mkdir -p $(obj)include
+ @echo "#define CONFIG_$(@:_config=) 1" >$(obj)include/config.h
+ @$(MKCONFIG) -a cpu9260 arm arm926ejs cpu9260 eukrea at91
+
meesc_config : unconfig
@$(MKCONFIG) $(@:_config=) arm arm926ejs meesc esd at91
@@ -2976,6 +2990,9 @@ omap1610h2_cs_autoboot_config: unconfig
omap5912osk_config : unconfig
@$(MKCONFIG) $(@:_config=) arm arm926ejs omap5912osk ti omap
+openrd_base_config: unconfig
+ @$(MKCONFIG) $(@:_config=) arm arm926ejs $(@:_config=) Marvell kirkwood
+
xtract_omap730p2 = $(subst _cs0boot,,$(subst _cs3boot,, $(subst _config,,$1)))
omap730p2_config \