mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-15 18:36:27 +07: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
|