Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

MIPS: XLR, XLS: Move makefile bits to were they belong.

This patch combines linux-mips.org patches
637d69600fb1773da56487271ec2a79c33d237ed [MIPS: Netlogic: Yank out crap.]
and 5e3c263b9658a4b1c6c5577793e9347efb44854e [MIPS: XLR, XLS: Add Kbuild
files for platform.]

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Jayachandran C <jayachandranc@netlogicmicro.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/2415/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

+12 -12
+1
arch/mips/Kbuild.platforms
··· 16 16 platforms += loongson 17 17 platforms += mipssim 18 18 platforms += mti-malta 19 + platforms += netlogic 19 20 platforms += pmc-sierra 20 21 platforms += pnx833x 21 22 platforms += pnx8550
-12
arch/mips/Makefile
··· 191 191 # 192 192 include $(srctree)/arch/mips/Kbuild.platforms 193 193 194 - # 195 - # NETLOGIC SOC Common (common) 196 - # 197 - cflags-$(CONFIG_NLM_COMMON) += -I$(srctree)/arch/mips/include/asm/mach-netlogic 198 - cflags-$(CONFIG_NLM_COMMON) += -I$(srctree)/arch/mips/include/asm/netlogic 199 - 200 - # 201 - # NETLOGIC XLR/XLS SoC, Simulator and boards 202 - # 203 - core-$(CONFIG_NLM_XLR) += arch/mips/netlogic/xlr/ 204 - load-$(CONFIG_NLM_XLR_BOARD) += 0xffffffff84000000 205 - 206 194 cflags-y += -I$(srctree)/arch/mips/include/asm/mach-generic 207 195 drivers-$(CONFIG_PCI) += arch/mips/pci/ 208 196
+11
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 + # NETLOGIC XLR/XLS SoC, Simulator and boards 9 + # 10 + core-$(CONFIG_NLM_XLR) += arch/mips/netlogic/xlr/ 11 + load-$(CONFIG_NLM_XLR_BOARD) += 0xffffffff84000000