aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/Makefile
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2008-07-15 13:44:34 -0400
committerRalf Baechle <ralf@linux-mips.org>2008-07-15 13:44:34 -0400
commiteda49eeebf263f3a34f6968959fc2e4825b42beb (patch)
treed96fdbe15fdb965f244a3a251b905f85fb0494ca /arch/mips/Makefile
parentd5deda6fa1ca434d36c2daffb63127e92c6470f5 (diff)
[MIPS] Remove always true ifdef conditions.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r--arch/mips/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile
index 800a73db822a..ed8821ac8a8e 100644
--- a/arch/mips/Makefile
+++ b/arch/mips/Makefile
@@ -305,14 +305,10 @@ load-$(CONFIG_LEMOTE_FULONG) +=0xffffffff80100000
305cflags-$(CONFIG_LEMOTE_FULONG) += -Iinclude/asm-mips/mach-lemote 305cflags-$(CONFIG_LEMOTE_FULONG) += -Iinclude/asm-mips/mach-lemote
306 306
307# 307#
308# For all MIPS, Inc. eval boards
309#
310core-$(CONFIG_MIPS_BOARDS_GEN) += arch/mips/mips-boards/generic/
311
312#
313# MIPS Malta board 308# MIPS Malta board
314# 309#
315core-$(CONFIG_MIPS_MALTA) += arch/mips/mips-boards/malta/ 310core-$(CONFIG_MIPS_MALTA) += arch/mips/mips-boards/generic/ \
311 arch/mips/mips-boards/malta/
316cflags-$(CONFIG_MIPS_MALTA) += -Iinclude/asm-mips/mach-mips 312cflags-$(CONFIG_MIPS_MALTA) += -Iinclude/asm-mips/mach-mips
317load-$(CONFIG_MIPS_MALTA) += 0xffffffff80100000 313load-$(CONFIG_MIPS_MALTA) += 0xffffffff80100000
318all-$(CONFIG_MIPS_MALTA) := vmlinux.bin 314all-$(CONFIG_MIPS_MALTA) := vmlinux.bin