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 | 39ad568 | 2011-06-22 01:36:33 +0530 | [diff] [blame] | 11 | |
| 12 | # |
Jayachandran C | faabeb9 | 2011-11-11 17:07:24 +0530 | [diff] [blame] | 13 | # NETLOGIC processor support |
Ralf Baechle | bf45e58 | 2011-05-30 14:59:47 +0100 | [diff] [blame] | 14 | # |
Jayachandran C | c3c8cfb | 2011-11-11 17:07:40 +0530 | [diff] [blame^] | 15 | platform-$(CONFIG_CPU_XLR) += netlogic/xlr |
Jayachandran C | faabeb9 | 2011-11-11 17:07:24 +0530 | [diff] [blame] | 16 | load-$(CONFIG_NLM_COMMON) += 0xffffffff80100000 |