mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-05 01:35:42 -04:00
Instead of including all Platform files, we simply include the needed one and avoid clashes with makefile variables. Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
5 lines
189 B
Plaintext
5 lines
189 B
Plaintext
# NXP STB225
|
|
cflags-$(CONFIG_SOC_PNX833X) += -I$(srctree)/arch/mips/include/asm/mach-pnx833x
|
|
load-$(CONFIG_NXP_STB220) += 0xffffffff80001000
|
|
load-$(CONFIG_NXP_STB225) += 0xffffffff80001000
|