forked from Minki/linux
c3c8cfb979
The CPU_XLR config variable is sufficient for XLR compilation, the variable NLM_XLR can be removed. Signed-off-by: Jayachandran C <jayachandranc@netlogicmicro.com> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/2962/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
17 lines
421 B
Plaintext
17 lines
421 B
Plaintext
#
|
|
# NETLOGIC includes
|
|
#
|
|
cflags-$(CONFIG_NLM_COMMON) += -I$(srctree)/arch/mips/include/asm/mach-netlogic
|
|
cflags-$(CONFIG_NLM_COMMON) += -I$(srctree)/arch/mips/include/asm/netlogic
|
|
|
|
#
|
|
# use mips64 if xlr is not available
|
|
#
|
|
cflags-$(CONFIG_CPU_XLR) += $(call cc-option,-march=xlr,-march=mips64)
|
|
|
|
#
|
|
# NETLOGIC processor support
|
|
#
|
|
platform-$(CONFIG_CPU_XLR) += netlogic/xlr
|
|
load-$(CONFIG_NLM_COMMON) += 0xffffffff80100000
|