]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - Makefile
Merge branch 'master' of git://www.denx.de/git/u-boot-mips
[karo-tx-uboot.git] / Makefile
index 1ae77cd0e7422bc1453afdbc97f864caf6d6b53b..19d43850ba8065e462df5242e2446e101d35bef0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2690,6 +2690,12 @@ pb1000_config            :       unconfig
        @echo "#define CONFIG_PB1000 1" >>$(obj)include/config.h
        @$(MKCONFIG) -a pb1x00 mips mips pb1x00
 
+qemu_mips_config: unconfig
+       @mkdir -p $(obj)include
+       @ >$(obj)include/config.h
+       @echo "#define CONFIG_QEMU_MIPS 1" >>$(obj)include/config.h
+       @$(MKCONFIG) -a qemu-mips mips mips qemu-mips
+
 #########################################################################
 ## MIPS64 5Kc
 #########################################################################