]> git.sur5r.net Git - u-boot/blobdiff - Makefile
Merge branch 'master' of git://www.denx.de/git/u-boot
[u-boot] / Makefile
index 78546cf61753dbbd659d11bddb8ee930fc045bff..f0ecd47a96d4d7e91c473823e72b4c92afa2bcee 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2601,6 +2601,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
 #########################################################################