You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#
|
|
# MIPS SIM
|
|
#
|
|
platform-$(CONFIG_MIPS_SIM) += mipssim/
|
|
cflags-$(CONFIG_MIPS_SIM) += -I$(srctree)/arch/mips/include/asm/mach-mipssim
|
|
load-$(CONFIG_MIPS_SIM) += 0x80100000
|
|
|