c05564c4d8
Android 13
9 lines
226 B
Plaintext
Executable file
9 lines
226 B
Plaintext
Executable file
#
|
|
# 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
|