mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 07:50:53 +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>
11 lines
268 B
Plaintext
11 lines
268 B
Plaintext
#
|
|
# SNI RM
|
|
#
|
|
cflags-$(CONFIG_SNI_RM) += -I$(srctree)/arch/mips/include/asm/mach-rm
|
|
ifdef CONFIG_CPU_LITTLE_ENDIAN
|
|
load-$(CONFIG_SNI_RM) += 0xffffffff80600000
|
|
else
|
|
load-$(CONFIG_SNI_RM) += 0xffffffff80030000
|
|
endif
|
|
all-$(CONFIG_SNI_RM) := $(COMPRESSION_FNAME).ecoff
|