Linux Audio

Check our new training course

Linux debugging, profiling, tracing and performance analysis training

Apr 14-17, 2025
Register
Loading...
Note: File does not exist in v5.4.
 1#
 2# PMC-Sierra MSP SOCs
 3#
 4platform-$(CONFIG_PMC_MSP)	+= pmc-sierra/msp71xx/
 5cflags-$(CONFIG_PMC_MSP)	+= -I$(srctree)/arch/mips/include/asm/pmc-sierra/msp71xx \
 6					-mno-branch-likely
 7load-$(CONFIG_PMC_MSP)		+= 0xffffffff80100000
 8
 9#
10# PMC-Sierra Yosemite
11#
12platform-$(CONFIG_PMC_YOSEMITE)	+= pmc-sierra/yosemite/
13cflags-$(CONFIG_PMC_YOSEMITE)	+= -I$(srctree)/arch/mips/include/asm/mach-yosemite
14load-$(CONFIG_PMC_YOSEMITE)	+= 0xffffffff80100000