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 | 315806cb19f9d375dccbc2d60fa14e16afdcd5ac (patch) | |
tree | effe89f2f8d49bf62018ad5717a0d7c8c5725277 /arch/mips/Makefile | |
parent | eda49eeebf263f3a34f6968959fc2e4825b42beb (diff) |
[MIPS] Malta: Cleanup organization of code into directories.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r-- | arch/mips/Makefile | 5 |
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 | # |
310 | core-$(CONFIG_MIPS_MALTA) += arch/mips/mips-boards/generic/ \ | 310 | core-$(CONFIG_MIPS_MALTA) += arch/mips/mti-malta/ |
311 | arch/mips/mips-boards/malta/ | 311 | cflags-$(CONFIG_MIPS_MALTA) += -Iinclude/asm-mips/mach-malta |
312 | cflags-$(CONFIG_MIPS_MALTA) += -Iinclude/asm-mips/mach-mips | ||
313 | load-$(CONFIG_MIPS_MALTA) += 0xffffffff80100000 | 312 | load-$(CONFIG_MIPS_MALTA) += 0xffffffff80100000 |
314 | all-$(CONFIG_MIPS_MALTA) := vmlinux.bin | 313 | all-$(CONFIG_MIPS_MALTA) := vmlinux.bin |
315 | 314 | ||