diff options
author | Wolfgang Denk <wd@denx.de> | 2007-04-04 02:05:48 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-04-04 02:05:48 +0200 |
commit | c8f228016202aff5ff09cdeeabe8cffd8d898510 (patch) | |
tree | 583d863ceacb0c9de2051e5057a7dc0fc849252a /Makefile | |
parent | 94abd7c0583ebe01e799b25f451201deeaab550d (diff) | |
parent | 342cd097be1e7affe82f42ab3da220959a699e64 (diff) | |
download | u-boot-imx-c8f228016202aff5ff09cdeeabe8cffd8d898510.zip u-boot-imx-c8f228016202aff5ff09cdeeabe8cffd8d898510.tar.gz u-boot-imx-c8f228016202aff5ff09cdeeabe8cffd8d898510.tar.bz2 |
Merge with /home/wd/git/u-boot/custodian/u-boot-microblaze
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -2358,6 +2358,16 @@ suzaku_config: unconfig @echo "#define CONFIG_SUZAKU 1" >> $(obj)include/config.h @$(MKCONFIG) -a $(@:_config=) microblaze microblaze suzaku AtmarkTechno +ml401_config: unconfig + @ >include/config.h + @echo "#define CONFIG_ML401 1" >> include/config.h + @./mkconfig -a $(@:_config=) microblaze microblaze ml401 xilinx + +xupv2p_config: unconfig + @ >include/config.h + @echo "#define CONFIG_XUPV2P 1" >> include/config.h + @./mkconfig -a $(@:_config=) microblaze microblaze xupv2p xilinx + ######################################################################### ## Blackfin ######################################################################### @@ -2440,3 +2450,4 @@ backup: gtar --force-local -zcvf `date "+$$F-%Y-%m-%d-%T.tar.gz"` $$F ######################################################################### + |