mirror of
https://github.com/torvalds/linux.git
synced 2024-11-29 15:41:36 +00: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>
8 lines
274 B
Plaintext
8 lines
274 B
Plaintext
cflags-$(CONFIG_MACH_TX39XX) += \
|
|
-I$(srctree)/arch/mips/include/asm/mach-tx39xx
|
|
cflags-$(CONFIG_MACH_TX49XX) += \
|
|
-I$(srctree)/arch/mips/include/asm/mach-tx49xx
|
|
|
|
load-$(CONFIG_MACH_TX39XX) += 0xffffffff80050000
|
|
load-$(CONFIG_MACH_TX49XX) += 0xffffffff80100000
|