diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-01-18 18:26:43 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-02-07 08:30:22 -0500 |
commit | 11ed6d5bb01c5f347fd5c47e0005f06687c66f1f (patch) | |
tree | 868463de2ab1cca80911108e72cc383a7771a412 /arch/mips/Makefile | |
parent | fcdb27ad1d5c66611d3df6400a9b559186f266fe (diff) |
[MIPS] Rename include/asm-mips/cobalt to include/asm-mips/mach-cobalt.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r-- | arch/mips/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index 2a9f2ef27b29..9b53c59b269a 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile | |||
@@ -369,7 +369,7 @@ load-$(CONFIG_MIPS_XXS1500) += 0xffffffff80100000 | |||
369 | # Cobalt Server | 369 | # Cobalt Server |
370 | # | 370 | # |
371 | core-$(CONFIG_MIPS_COBALT) += arch/mips/cobalt/ | 371 | core-$(CONFIG_MIPS_COBALT) += arch/mips/cobalt/ |
372 | cflags-$(CONFIG_MIPS_COBALT) += -Iinclude/asm-mips/cobalt | 372 | cflags-$(CONFIG_MIPS_COBALT) += -Iinclude/asm-mips/mach-cobalt |
373 | load-$(CONFIG_MIPS_COBALT) += 0xffffffff80080000 | 373 | load-$(CONFIG_MIPS_COBALT) += 0xffffffff80080000 |
374 | 374 | ||
375 | # | 375 | # |