diff options
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r-- | arch/mips/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index 7754cbbbf4ed..94d6f5813860 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile | |||
@@ -314,11 +314,12 @@ cflags-$(CONFIG_WR_PPMC) += -I$(srctree)/arch/mips/include/asm/mach-wrppmc | |||
314 | load-$(CONFIG_WR_PPMC) += 0xffffffff80100000 | 314 | load-$(CONFIG_WR_PPMC) += 0xffffffff80100000 |
315 | 315 | ||
316 | # | 316 | # |
317 | # lemote fuloong2e mini-PC board | 317 | # Loongson family |
318 | # | 318 | # |
319 | core-$(CONFIG_LEMOTE_FULOONG2E) +=arch/mips/loongson/fuloong-2e/ | 319 | core-$(CONFIG_MACH_LOONGSON) +=arch/mips/loongson/ |
320 | cflags-$(CONFIG_MACH_LOONGSON) += -I$(srctree)/arch/mips/include/asm/mach-loongson \ | ||
321 | -mno-branch-likely | ||
320 | load-$(CONFIG_LEMOTE_FULOONG2E) +=0xffffffff80100000 | 322 | load-$(CONFIG_LEMOTE_FULOONG2E) +=0xffffffff80100000 |
321 | cflags-$(CONFIG_LEMOTE_FULOONG2E) += -I$(srctree)/arch/mips/include/asm/mach-loongson/ | ||
322 | 323 | ||
323 | # | 324 | # |
324 | # MIPS Malta board | 325 | # MIPS Malta board |