diff options
-rw-r--r-- | arch/mips/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index 2dcb7a22582a..2f2eac233322 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile | |||
@@ -341,11 +341,11 @@ load-$(CONFIG_WR_PPMC) += 0xffffffff80100000 | |||
341 | # | 341 | # |
342 | # Loongson family | 342 | # Loongson family |
343 | # | 343 | # |
344 | core-$(CONFIG_MACH_LOONGSON) +=arch/mips/loongson/ | 344 | core-$(CONFIG_MACH_LOONGSON) += arch/mips/loongson/ |
345 | cflags-$(CONFIG_MACH_LOONGSON) += -I$(srctree)/arch/mips/include/asm/mach-loongson \ | 345 | cflags-$(CONFIG_MACH_LOONGSON) += -I$(srctree)/arch/mips/include/asm/mach-loongson \ |
346 | -mno-branch-likely | 346 | -mno-branch-likely |
347 | load-$(CONFIG_LEMOTE_FULOONG2E) +=0xffffffff80100000 | 347 | load-$(CONFIG_LEMOTE_FULOONG2E) += 0xffffffff80100000 |
348 | load-$(CONFIG_LEMOTE_MACH2F) +=0xffffffff80200000 | 348 | load-$(CONFIG_LEMOTE_MACH2F) += 0xffffffff80200000 |
349 | 349 | ||
350 | # | 350 | # |
351 | # MIPS Malta board | 351 | # MIPS Malta board |