mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-27 06:34:11 +08:00
8 lines
339 B
Plaintext
8 lines
339 B
Plaintext
|
cflags-$(CONFIG_CPU_LOONGSON1) += \
|
||
|
$(call cc-option,-march=mips32r2,-mips32r2 -U_MIPS_ISA -D_MIPS_ISA=_MIPS_ISA_MIPS32) \
|
||
|
-Wa,-mips32r2 -Wa,--trap
|
||
|
|
||
|
platform-$(CONFIG_MACH_LOONGSON1) += loongson1/
|
||
|
cflags-$(CONFIG_MACH_LOONGSON1) += -I$(srctree)/arch/mips/include/asm/mach-loongson1
|
||
|
load-$(CONFIG_LOONGSON1_LS1B) += 0xffffffff80100000
|