Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
[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_CPU_XLR) += $(call cc-option,-march=xlr,-march=mips64)
11 cflags-$(CONFIG_CPU_XLP) += $(call cc-option,-march=xlp,-march=mips64r2)
12
13 #
14 # NETLOGIC processor support
15 #
16 platform-$(CONFIG_NLM_COMMON) += netlogic/
17 load-$(CONFIG_NLM_COMMON) += 0xffffffff80100000
This page took 0.031923 seconds and 6 git commands to generate.