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>
7 lines
174 B
Plaintext
7 lines
174 B
Plaintext
#
|
|
# Cavium Octeon
|
|
#
|
|
cflags-$(CONFIG_CAVIUM_OCTEON_SOC) += \
|
|
-I$(srctree)/arch/mips/include/asm/mach-cavium-octeon
|
|
load-$(CONFIG_CAVIUM_OCTEON_SOC) += 0xffffffff81100000
|