diff options
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r-- | arch/mips/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index b96af0669513..3fb7f3065c92 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile | |||
@@ -355,14 +355,6 @@ cflags-$(CONFIG_PMC_YOSEMITE) += -Iinclude/asm-mips/mach-yosemite | |||
355 | load-$(CONFIG_PMC_YOSEMITE) += 0xffffffff80100000 | 355 | load-$(CONFIG_PMC_YOSEMITE) += 0xffffffff80100000 |
356 | 356 | ||
357 | # | 357 | # |
358 | # Qemu simulating MIPS32 4Kc | ||
359 | # | ||
360 | core-$(CONFIG_QEMU) += arch/mips/qemu/ | ||
361 | cflags-$(CONFIG_QEMU) += -Iinclude/asm-mips/mach-qemu | ||
362 | load-$(CONFIG_QEMU) += 0xffffffff80010000 | ||
363 | all-$(CONFIG_QEMU) := vmlinux.bin | ||
364 | |||
365 | # | ||
366 | # Basler eXcite | 358 | # Basler eXcite |
367 | # | 359 | # |
368 | core-$(CONFIG_BASLER_EXCITE) += arch/mips/basler/excite/ | 360 | core-$(CONFIG_BASLER_EXCITE) += arch/mips/basler/excite/ |