mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-22 12:14:01 +08:00
7 lines
171 B
Plaintext
7 lines
171 B
Plaintext
|
#
|
||
|
# MIPS SIM
|
||
|
#
|
||
|
platform-$(CONFIG_MIPS_SIM) += mipssim/
|
||
|
cflags-$(CONFIG_MIPS_SIM) += -I$(srctree)/arch/mips/include/asm/mach-mipssim
|
||
|
load-$(CONFIG_MIPS_SIM) += 0x80100000
|