mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-05-21 14:44:09 +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>
7 lines
274 B
Text
7 lines
274 B
Text
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
|