diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-01-18 23:26:43 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-02-07 13:30:22 +0000 |
commit | 11ed6d5bb01c5f347fd5c47e0005f06687c66f1f (patch) | |
tree | 868463de2ab1cca80911108e72cc383a7771a412 /arch/mips/Makefile | |
parent | fcdb27ad1d5c66611d3df6400a9b559186f266fe (diff) | |
download | linux-3.10-11ed6d5bb01c5f347fd5c47e0005f06687c66f1f.tar.gz linux-3.10-11ed6d5bb01c5f347fd5c47e0005f06687c66f1f.tar.bz2 linux-3.10-11ed6d5bb01c5f347fd5c47e0005f06687c66f1f.zip |
[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 2a9f2ef27b2..9b53c59b269 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile @@ -369,7 +369,7 @@ load-$(CONFIG_MIPS_XXS1500) += 0xffffffff80100000 # Cobalt Server # core-$(CONFIG_MIPS_COBALT) += arch/mips/cobalt/ -cflags-$(CONFIG_MIPS_COBALT) += -Iinclude/asm-mips/cobalt +cflags-$(CONFIG_MIPS_COBALT) += -Iinclude/asm-mips/mach-cobalt load-$(CONFIG_MIPS_COBALT) += 0xffffffff80080000 # |