mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00: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>
4 lines
189 B
Text
4 lines
189 B
Text
# NXP STB225
|
|
cflags-$(CONFIG_SOC_PNX833X) += -I$(srctree)/arch/mips/include/asm/mach-pnx833x
|
|
load-$(CONFIG_NXP_STB220) += 0xffffffff80001000
|
|
load-$(CONFIG_NXP_STB225) += 0xffffffff80001000
|