Ralf Baechle | bf45e58 | 2011-05-30 14:59:47 +0100 | [diff] [blame] | 1 | # |
| 2 | # NETLOGIC includes |
| 3 | # |
Jayachandran C | faabeb9 | 2011-11-11 17:07:24 +0530 | [diff] [blame] | 4 | cflags-$(CONFIG_NLM_COMMON) += -I$(srctree)/arch/mips/include/asm/mach-netlogic |
| 5 | cflags-$(CONFIG_NLM_COMMON) += -I$(srctree)/arch/mips/include/asm/netlogic |
Ralf Baechle | bf45e58 | 2011-05-30 14:59:47 +0100 | [diff] [blame] | 6 | |
| 7 | # |
Jayachandran C | 39ad568 | 2011-06-22 01:36:33 +0530 | [diff] [blame] | 8 | # use mips64 if xlr is not available |
| 9 | # |
Jayachandran C | c3c8cfb | 2011-11-11 17:07:40 +0530 | [diff] [blame] | 10 | cflags-$(CONFIG_CPU_XLR) += $(call cc-option,-march=xlr,-march=mips64) |
Jayachandran C | 1c773ea | 2011-11-16 00:21:28 +0000 | [diff] [blame] | 11 | cflags-$(CONFIG_CPU_XLP) += $(call cc-option,-march=xlp,-march=mips64r2) |
Jayachandran C | 39ad568 | 2011-06-22 01:36:33 +0530 | [diff] [blame] | 12 | |
| 13 | # |
Jayachandran C | faabeb9 | 2011-11-11 17:07:24 +0530 | [diff] [blame] | 14 | # NETLOGIC processor support |
Ralf Baechle | bf45e58 | 2011-05-30 14:59:47 +0100 | [diff] [blame] | 15 | # |
Ralf Baechle | 7034228 | 2013-01-22 12:59:30 +0100 | [diff] [blame] | 16 | platform-$(CONFIG_NLM_COMMON) += netlogic/ |
| 17 | load-$(CONFIG_NLM_COMMON) += 0xffffffff80100000 |