forked from Minki/linux
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>
9 lines
267 B
Plaintext
9 lines
267 B
Plaintext
#
|
|
# IMG Pistachio SoC
|
|
#
|
|
cflags-$(CONFIG_MACH_PISTACHIO) += \
|
|
-I$(srctree)/arch/mips/include/asm/mach-pistachio
|
|
load-$(CONFIG_MACH_PISTACHIO) += 0xffffffff80400000
|
|
zload-$(CONFIG_MACH_PISTACHIO) += 0xffffffff81000000
|
|
all-$(CONFIG_MACH_PISTACHIO) := uImage.gz
|