]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - Makefile
Merge with /home/wd/git/u-boot/custodian/u-boot-microblaze
[karo-tx-uboot.git] / Makefile
index 3f5a70daec21bc2190583fce933052709f95c9e2..92350500f47203d17e9db1bd652407aa5285fea5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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
 
 #########################################################################
+