mirror of
https://github.com/torvalds/linux.git
synced 2024-11-14 08:02:07 +00:00
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
192 B
Plaintext
7 lines
192 B
Plaintext
#
|
|
# PIC32MZDA
|
|
#
|
|
cflags-$(CONFIG_PIC32MZDA) += -I$(srctree)/arch/mips/include/asm/mach-pic32
|
|
load-$(CONFIG_PIC32MZDA) += 0xffffffff88000000
|
|
all-$(CONFIG_PIC32MZDA) := $(COMPRESSION_FNAME).bin
|