mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-01 07:42:18 +00:00
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
|