diff options
author | Maciej W. Rozycki <macro@mips.com> | 2006-08-30 15:29:57 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-09-27 14:37:38 +0200 |
commit | 09f451bfb9fe5ceea763a9ebd6ec73dd05e4faf8 (patch) | |
tree | 9214195d989c2ce0494e5d6f5a1b49df09fecdab /arch | |
parent | [MIPS] Fix for pci config_access on alchemy au1x000 (diff) | |
download | linux-09f451bfb9fe5ceea763a9ebd6ec73dd05e4faf8.tar.xz linux-09f451bfb9fe5ceea763a9ebd6ec73dd05e4faf8.zip |
[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')
-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 # 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 # |