diff options
author | Maciej W. Rozycki <macro@mips.com> | 2006-08-30 14:29:57 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-09-27 13:37:38 +0100 |
commit | 09f451bfb9fe5ceea763a9ebd6ec73dd05e4faf8 (patch) | |
tree | 9214195d989c2ce0494e5d6f5a1b49df09fecdab /arch/mips/Makefile | |
parent | 32136568a9828c27c07eedb8d2b3e3d9fe8d87ba (diff) | |
download | kernel_samsung_smdk4412-09f451bfb9fe5ceea763a9ebd6ec73dd05e4faf8.zip kernel_samsung_smdk4412-09f451bfb9fe5ceea763a9ebd6ec73dd05e4faf8.tar.gz kernel_samsung_smdk4412-09f451bfb9fe5ceea763a9ebd6ec73dd05e4faf8.tar.bz2 |
[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 d333ce4..f4227d2 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile @@ -330,6 +330,7 @@ load-$(CONFIG_MIPS_MALTA) += 0xffffffff80100000 # MIPS SEAD board # core-$(CONFIG_MIPS_SEAD) += arch/mips/mips-boards/sead/ +cflags-$(CONFIG_MIPS_SEAD) += -Iinclude/asm-mips/mach-mips load-$(CONFIG_MIPS_SEAD) += 0xffffffff80100000 # |