diff options
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r-- | arch/mips/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index 0b8d82d55c66..9bc2c763909f 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile | |||
@@ -310,15 +310,6 @@ cflags-$(CONFIG_LEMOTE_FULONG) += -Iinclude/asm-mips/mach-lemote | |||
310 | core-$(CONFIG_MIPS_BOARDS_GEN) += arch/mips/mips-boards/generic/ | 310 | core-$(CONFIG_MIPS_BOARDS_GEN) += arch/mips/mips-boards/generic/ |
311 | 311 | ||
312 | # | 312 | # |
313 | # MIPS Atlas board | ||
314 | # | ||
315 | core-$(CONFIG_MIPS_ATLAS) += arch/mips/mips-boards/atlas/ | ||
316 | cflags-$(CONFIG_MIPS_ATLAS) += -Iinclude/asm-mips/mach-atlas | ||
317 | cflags-$(CONFIG_MIPS_ATLAS) += -Iinclude/asm-mips/mach-mips | ||
318 | load-$(CONFIG_MIPS_ATLAS) += 0xffffffff80100000 | ||
319 | all-$(CONFIG_MIPS_ATLAS) := vmlinux.bin | ||
320 | |||
321 | # | ||
322 | # MIPS Malta board | 313 | # MIPS Malta board |
323 | # | 314 | # |
324 | core-$(CONFIG_MIPS_MALTA) += arch/mips/mips-boards/malta/ | 315 | core-$(CONFIG_MIPS_MALTA) += arch/mips/mips-boards/malta/ |