mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-25 19:54:35 +00: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
|