mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +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>
4 lines
203 B
Plaintext
4 lines
203 B
Plaintext
cflags-$(CONFIG_CPU_LOONGSON32) += -march=mips32r2 -Wa,--trap
|
|
cflags-$(CONFIG_MACH_LOONGSON32) += -I$(srctree)/arch/mips/include/asm/mach-loongson32
|
|
load-$(CONFIG_CPU_LOONGSON32) += 0xffffffff80200000
|