mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +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>
8 lines
180 B
Plaintext
8 lines
180 B
Plaintext
#
|
|
# Generic para-virtualized guest.
|
|
#
|
|
cflags-$(CONFIG_MIPS_PARAVIRT) += \
|
|
-I$(srctree)/arch/mips/include/asm/mach-paravirt
|
|
|
|
load-$(CONFIG_MIPS_PARAVIRT) = 0xffffffff80010000
|