mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-03-16 04:04:06 +00: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>
6 lines
192 B
Text
6 lines
192 B
Text
#
|
|
# PIC32MZDA
|
|
#
|
|
cflags-$(CONFIG_PIC32MZDA) += -I$(srctree)/arch/mips/include/asm/mach-pic32
|
|
load-$(CONFIG_PIC32MZDA) += 0xffffffff88000000
|
|
all-$(CONFIG_PIC32MZDA) := $(COMPRESSION_FNAME).bin
|