mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 01:31:44 +00:00
0f3a05cb43
Now that Yosemite's gone we can move the MSP71xx code one level up. Shane McDonald <mcdonald.shane@gmail.com>'s https://patchwork.linux-mips.org/patch/4736/ has been folded into this patch. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
8 lines
223 B
Plaintext
8 lines
223 B
Plaintext
#
|
|
# PMC-Sierra MSP SOCs
|
|
#
|
|
platform-$(CONFIG_PMC_MSP) += pmcs-msp71xx/
|
|
cflags-$(CONFIG_PMC_MSP) += -I$(srctree)/arch/mips/include/asm/mach-pmcs-msp71xx \
|
|
-mno-branch-likely
|
|
load-$(CONFIG_PMC_MSP) += 0xffffffff80100000
|