diff options
author | Maciej W. Rozycki <macro@mips.com> | 2006-08-30 09:29:57 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-09-27 08:37:38 -0400 |
commit | 09f451bfb9fe5ceea763a9ebd6ec73dd05e4faf8 (patch) | |
tree | 9214195d989c2ce0494e5d6f5a1b49df09fecdab /arch/mips/Makefile | |
parent | 32136568a9828c27c07eedb8d2b3e3d9fe8d87ba (diff) |
[MIPS] SEAD defconfig build fix
Signed-off-by: Maciej W. Rozycki <macro@mips.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r-- | arch/mips/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index d333ce4ba26b..f4227d24227d 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile | |||
@@ -330,6 +330,7 @@ load-$(CONFIG_MIPS_MALTA) += 0xffffffff80100000 | |||
330 | # MIPS SEAD board | 330 | # MIPS SEAD board |
331 | # | 331 | # |
332 | core-$(CONFIG_MIPS_SEAD) += arch/mips/mips-boards/sead/ | 332 | core-$(CONFIG_MIPS_SEAD) += arch/mips/mips-boards/sead/ |
333 | cflags-$(CONFIG_MIPS_SEAD) += -Iinclude/asm-mips/mach-mips | ||
333 | load-$(CONFIG_MIPS_SEAD) += 0xffffffff80100000 | 334 | load-$(CONFIG_MIPS_SEAD) += 0xffffffff80100000 |
334 | 335 | ||
335 | # | 336 | # |