Ralf Baechle | bf45e58 | 2011-05-30 14:59:47 +0100 | [diff] [blame] | 1 | # |
| 2 | # NETLOGIC includes |
| 3 | # |
| 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 |
| 6 | |
| 7 | # |
Jayachandran C | 39ad568 | 2011-06-22 01:36:33 +0530 | [diff] [blame] | 8 | # use mips64 if xlr is not available |
| 9 | # |
| 10 | cflags-$(CONFIG_NLM_XLR) += $(call cc-option,-march=xlr,-march=mips64) |
| 11 | |
| 12 | # |
Ralf Baechle | bf45e58 | 2011-05-30 14:59:47 +0100 | [diff] [blame] | 13 | # NETLOGIC XLR/XLS SoC, Simulator and boards |
| 14 | # |
| 15 | core-$(CONFIG_NLM_XLR) += arch/mips/netlogic/xlr/ |
| 16 | load-$(CONFIG_NLM_XLR_BOARD) += 0xffffffff84000000 |