diff options
-rw-r--r-- | arch/mips/netlogic/Platform | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/mips/netlogic/Platform b/arch/mips/netlogic/Platform index f87c1640abb5..b648b487fd66 100644 --- a/arch/mips/netlogic/Platform +++ b/arch/mips/netlogic/Platform | |||
@@ -5,6 +5,11 @@ cflags-$(CONFIG_NLM_COMMON) += -I$(srctree)/arch/mips/include/asm/mach-netlogic | |||
5 | cflags-$(CONFIG_NLM_COMMON) += -I$(srctree)/arch/mips/include/asm/netlogic | 5 | cflags-$(CONFIG_NLM_COMMON) += -I$(srctree)/arch/mips/include/asm/netlogic |
6 | 6 | ||
7 | # | 7 | # |
8 | # use mips64 if xlr is not available | ||
9 | # | ||
10 | cflags-$(CONFIG_NLM_XLR) += $(call cc-option,-march=xlr,-march=mips64) | ||
11 | |||
12 | # | ||
8 | # NETLOGIC XLR/XLS SoC, Simulator and boards | 13 | # NETLOGIC XLR/XLS SoC, Simulator and boards |
9 | # | 14 | # |
10 | core-$(CONFIG_NLM_XLR) += arch/mips/netlogic/xlr/ | 15 | core-$(CONFIG_NLM_XLR) += arch/mips/netlogic/xlr/ |