diff options
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 dbd79bef34a0..5f2dfcddb9f2 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile | |||
@@ -323,6 +323,7 @@ load-$(CONFIG_MIPS_XXS1500) += 0xffffffff80100000 | |||
323 | # Cobalt Server | 323 | # Cobalt Server |
324 | # | 324 | # |
325 | core-$(CONFIG_MIPS_COBALT) += arch/mips/cobalt/ | 325 | core-$(CONFIG_MIPS_COBALT) += arch/mips/cobalt/ |
326 | cflags-$(CONFIG_MIPS_COBALT) += -Iinclude/asm-mips/cobalt | ||
326 | load-$(CONFIG_MIPS_COBALT) += 0xffffffff80080000 | 327 | load-$(CONFIG_MIPS_COBALT) += 0xffffffff80080000 |
327 | 328 | ||
328 | # | 329 | # |