mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-10 23:18:10 +09: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>
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
|