diff options
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 | |||
222 | all-$(CONFIG_MIPS_MALTA) := $(COMPRESSION_FNAME).bin | 222 | all-$(CONFIG_MIPS_MALTA) := $(COMPRESSION_FNAME).bin |
223 | 223 | ||
224 | # | 224 | # |
225 | # PMC-Sierra MSP SOCs | ||
226 | # | ||
227 | core-$(CONFIG_PMC_MSP) += arch/mips/pmc-sierra/msp71xx/ | ||
228 | cflags-$(CONFIG_PMC_MSP) += -I$(srctree)/arch/mips/include/asm/pmc-sierra/msp71xx \ | ||
229 | -mno-branch-likely | ||
230 | load-$(CONFIG_PMC_MSP) += 0xffffffff80100000 | ||
231 | |||
232 | # | ||
233 | # PMC-Sierra Yosemite | ||
234 | # | ||
235 | core-$(CONFIG_PMC_YOSEMITE) += arch/mips/pmc-sierra/yosemite/ | ||
236 | cflags-$(CONFIG_PMC_YOSEMITE) += -I$(srctree)/arch/mips/include/asm/mach-yosemite | ||
237 | load-$(CONFIG_PMC_YOSEMITE) += 0xffffffff80100000 | ||
238 | |||
239 | # | ||
240 | # LASAT platforms | 225 | # LASAT platforms |
241 | # | 226 | # |
242 | core-$(CONFIG_LASAT) += arch/mips/lasat/ | 227 | core-$(CONFIG_LASAT) += arch/mips/lasat/ |