mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 18:21:49 +00:00
82baa6b082
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>
15 lines
445 B
Plaintext
15 lines
445 B
Plaintext
#
|
|
# PMC-Sierra MSP SOCs
|
|
#
|
|
platform-$(CONFIG_PMC_MSP) += 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
|
|
#
|
|
platform-$(CONFIG_PMC_YOSEMITE) += pmc-sierra/yosemite/
|
|
cflags-$(CONFIG_PMC_YOSEMITE) += -I$(srctree)/arch/mips/include/asm/mach-yosemite
|
|
load-$(CONFIG_PMC_YOSEMITE) += 0xffffffff80100000
|