Merge branch 'for-linus' of git://github.com/cmetcalf-tilera/linux-tile
[deliverable/linux.git] / arch / mips / netlogic / Platform
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 #
8 # use mips64 if xlr is not available
9 #
10 cflags-$(CONFIG_NLM_XLR) += $(call cc-option,-march=xlr,-march=mips64)
11
12 #
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
This page took 0.032597 seconds and 5 git commands to generate.