diff options
author | Wolfgang Denk <wd@denx.de> | 2008-01-23 14:37:52 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-01-23 14:37:52 +0100 |
commit | f58934551e052db5a1f33f53dcc9cbf6fcb72910 (patch) | |
tree | ea1fcbb14277933495e67a3b4a98cb31d31f1bbd /Makefile | |
parent | 351080e2e8f633dfecd957c14bd06e55100d6a7f (diff) | |
parent | 922ff465cc7b87e589a1299b7a87f52ea7bd2bf7 (diff) | |
download | u-boot-imx-f58934551e052db5a1f33f53dcc9cbf6fcb72910.zip u-boot-imx-f58934551e052db5a1f33f53dcc9cbf6fcb72910.tar.gz u-boot-imx-f58934551e052db5a1f33f53dcc9cbf6fcb72910.tar.bz2 |
Merge branch 'master' of git://www.denx.de/git/u-boot-mips
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 ######################################################################### |