diff options
author | Shane McDonald <mcdonald.shane@gmail.com> | 2010-06-03 04:34:06 -0600 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 13:25:48 +0100 |
commit | 82baa6b0829b810329dd72a31cd5721cba05488a (patch) | |
tree | c86667dfe8c9c7e58a2cb468063ec65773a32eb3 /arch/mips/Makefile | |
parent | 4300a92e9b3794caee33a8f3985ad883db1b4650 (diff) | |
download | kernel_samsung_smdk4412-82baa6b0829b810329dd72a31cd5721cba05488a.tar.gz kernel_samsung_smdk4412-82baa6b0829b810329dd72a31cd5721cba05488a.tar.bz2 kernel_samsung_smdk4412-82baa6b0829b810329dd72a31cd5721cba05488a.zip |
MIPS: PMC-Sierra: Move board Makefile parts to their own Platform file
Signed-off-by: Shane McDonald <mcdonald.shane@gmail.com>
To: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/1354/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r-- | arch/mips/Makefile | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index 84fe05a687a4..e83a88d62868 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile @@ -222,21 +222,6 @@ load-$(CONFIG_MIPS_MALTA) += 0xffffffff80100000 all-$(CONFIG_MIPS_MALTA) := $(COMPRESSION_FNAME).bin # -# PMC-Sierra MSP SOCs -# -core-$(CONFIG_PMC_MSP) += arch/mips/pmc-sierra/msp71xx/ -cflags-$(CONFIG_PMC_MSP) += -I$(srctree)/arch/mips/include/asm/pmc-sierra/msp71xx \ - -mno-branch-likely -load-$(CONFIG_PMC_MSP) += 0xffffffff80100000 - -# -# PMC-Sierra Yosemite -# -core-$(CONFIG_PMC_YOSEMITE) += arch/mips/pmc-sierra/yosemite/ -cflags-$(CONFIG_PMC_YOSEMITE) += -I$(srctree)/arch/mips/include/asm/mach-yosemite -load-$(CONFIG_PMC_YOSEMITE) += 0xffffffff80100000 - -# # LASAT platforms # core-$(CONFIG_LASAT) += arch/mips/lasat/ |