2011-05-30 20:59:47 +07:00
|
|
|
#
|
|
|
|
# NETLOGIC includes
|
|
|
|
#
|
2011-11-11 18:37:24 +07:00
|
|
|
cflags-$(CONFIG_NLM_COMMON) += -I$(srctree)/arch/mips/include/asm/mach-netlogic
|
|
|
|
cflags-$(CONFIG_NLM_COMMON) += -I$(srctree)/arch/mips/include/asm/netlogic
|
2011-05-30 20:59:47 +07:00
|
|
|
|
2011-06-22 03:06:33 +07:00
|
|
|
#
|
|
|
|
# use mips64 if xlr is not available
|
|
|
|
#
|
|
|
|
cflags-$(CONFIG_NLM_XLR) += $(call cc-option,-march=xlr,-march=mips64)
|
|
|
|
|
2011-05-30 20:59:47 +07:00
|
|
|
#
|
2011-11-11 18:37:24 +07:00
|
|
|
# NETLOGIC processor support
|
2011-05-30 20:59:47 +07:00
|
|
|
#
|
2011-11-11 18:37:24 +07:00
|
|
|
platform-$(CONFIG_NLM_XLR) += netlogic/xlr
|
|
|
|
load-$(CONFIG_NLM_COMMON) += 0xffffffff80100000
|