xref: /OK3568_Linux_fs/kernel/arch/mips/netlogic/Platform (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun#
2*4882a593Smuzhiyun# NETLOGIC includes
3*4882a593Smuzhiyun#
4*4882a593Smuzhiyuncflags-$(CONFIG_NLM_COMMON)	+= -I$(srctree)/arch/mips/include/asm/mach-netlogic
5*4882a593Smuzhiyuncflags-$(CONFIG_NLM_COMMON)	+= -I$(srctree)/arch/mips/include/asm/netlogic
6*4882a593Smuzhiyun
7*4882a593Smuzhiyun#
8*4882a593Smuzhiyun# use mips64 if xlr is not available
9*4882a593Smuzhiyun#
10*4882a593Smuzhiyuncflags-$(CONFIG_CPU_XLR)	+= $(call cc-option,-march=xlr,-march=mips64)
11*4882a593Smuzhiyuncflags-$(CONFIG_CPU_XLP)	+= $(call cc-option,-march=xlp,-march=mips64r2)
12*4882a593Smuzhiyun
13*4882a593Smuzhiyun#
14*4882a593Smuzhiyun# NETLOGIC processor support
15*4882a593Smuzhiyun#
16*4882a593Smuzhiyunload-$(CONFIG_NLM_COMMON)	+= 0xffffffff80100000
17