mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-15 08:46:45 +07:00
9 lines
226 B
Plaintext
9 lines
226 B
Plaintext
|
#
|
||
|
# Generic para-virtualized guest.
|
||
|
#
|
||
|
platform-$(CONFIG_MIPS_PARAVIRT) += paravirt/
|
||
|
cflags-$(CONFIG_MIPS_PARAVIRT) += \
|
||
|
-I$(srctree)/arch/mips/include/asm/mach-paravirt
|
||
|
|
||
|
load-$(CONFIG_MIPS_PARAVIRT) = 0xffffffff80010000
|