aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r--arch/mips/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile
index ed8821ac8a8e..36aa690484c8 100644
--- a/arch/mips/Makefile
+++ b/arch/mips/Makefile
@@ -307,9 +307,8 @@ cflags-$(CONFIG_LEMOTE_FULONG) += -Iinclude/asm-mips/mach-lemote
307# 307#
308# MIPS Malta board 308# MIPS Malta board
309# 309#
310core-$(CONFIG_MIPS_MALTA) += arch/mips/mips-boards/generic/ \ 310core-$(CONFIG_MIPS_MALTA) += arch/mips/mti-malta/
311 arch/mips/mips-boards/malta/ 311cflags-$(CONFIG_MIPS_MALTA) += -Iinclude/asm-mips/mach-malta
312cflags-$(CONFIG_MIPS_MALTA) += -Iinclude/asm-mips/mach-mips
313load-$(CONFIG_MIPS_MALTA) += 0xffffffff80100000 312load-$(CONFIG_MIPS_MALTA) += 0xffffffff80100000
314all-$(CONFIG_MIPS_MALTA) := vmlinux.bin 313all-$(CONFIG_MIPS_MALTA) := vmlinux.bin
315 314