mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-08 13:44:01 +08:00
26bff9eb49
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
|