diff options
| author | Ralf Baechle <ralf@linux-mips.org> | 2008-07-15 13:44:34 -0400 |
|---|---|---|
| committer | Ralf Baechle <ralf@linux-mips.org> | 2008-07-15 13:44:34 -0400 |
| commit | eda49eeebf263f3a34f6968959fc2e4825b42beb (patch) | |
| tree | d96fdbe15fdb965f244a3a251b905f85fb0494ca /arch/mips/Makefile | |
| parent | d5deda6fa1ca434d36c2daffb63127e92c6470f5 (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/Makefile | 8 |
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 | |||
| 305 | cflags-$(CONFIG_LEMOTE_FULONG) += -Iinclude/asm-mips/mach-lemote | 305 | cflags-$(CONFIG_LEMOTE_FULONG) += -Iinclude/asm-mips/mach-lemote |
| 306 | 306 | ||
| 307 | # | 307 | # |
| 308 | # For all MIPS, Inc. eval boards | ||
| 309 | # | ||
| 310 | core-$(CONFIG_MIPS_BOARDS_GEN) += arch/mips/mips-boards/generic/ | ||
| 311 | |||
| 312 | # | ||
| 313 | # MIPS Malta board | 308 | # MIPS Malta board |
| 314 | # | 309 | # |
| 315 | core-$(CONFIG_MIPS_MALTA) += arch/mips/mips-boards/malta/ | 310 | core-$(CONFIG_MIPS_MALTA) += arch/mips/mips-boards/generic/ \ |
| 311 | arch/mips/mips-boards/malta/ | ||
| 316 | cflags-$(CONFIG_MIPS_MALTA) += -Iinclude/asm-mips/mach-mips | 312 | cflags-$(CONFIG_MIPS_MALTA) += -Iinclude/asm-mips/mach-mips |
| 317 | load-$(CONFIG_MIPS_MALTA) += 0xffffffff80100000 | 313 | load-$(CONFIG_MIPS_MALTA) += 0xffffffff80100000 |
| 318 | all-$(CONFIG_MIPS_MALTA) := vmlinux.bin | 314 | all-$(CONFIG_MIPS_MALTA) := vmlinux.bin |
