mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08: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>
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
|