aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r--arch/mips/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile
index 4cb60db6a44a..b62d8323a0b7 100644
--- a/arch/mips/Makefile
+++ b/arch/mips/Makefile
@@ -301,18 +301,6 @@ core-$(CONFIG_TOSHIBA_RBTX4927) += arch/mips/txx9/rbtx4927/
301core-$(CONFIG_TOSHIBA_RBTX4938) += arch/mips/txx9/rbtx4938/ 301core-$(CONFIG_TOSHIBA_RBTX4938) += arch/mips/txx9/rbtx4938/
302core-$(CONFIG_TOSHIBA_RBTX4939) += arch/mips/txx9/rbtx4939/ 302core-$(CONFIG_TOSHIBA_RBTX4939) += arch/mips/txx9/rbtx4939/
303 303
304#
305# Cavium Octeon
306#
307core-$(CONFIG_CPU_CAVIUM_OCTEON) += arch/mips/cavium-octeon/
308cflags-$(CONFIG_CPU_CAVIUM_OCTEON) += -I$(srctree)/arch/mips/include/asm/mach-cavium-octeon
309core-$(CONFIG_CPU_CAVIUM_OCTEON) += arch/mips/cavium-octeon/executive/
310ifdef CONFIG_CAVIUM_OCTEON_2ND_KERNEL
311load-$(CONFIG_CPU_CAVIUM_OCTEON) += 0xffffffff84100000
312else
313load-$(CONFIG_CPU_CAVIUM_OCTEON) += 0xffffffff81100000
314endif
315
316cflags-y += -I$(srctree)/arch/mips/include/asm/mach-generic 304cflags-y += -I$(srctree)/arch/mips/include/asm/mach-generic
317drivers-$(CONFIG_PCI) += arch/mips/pci/ 305drivers-$(CONFIG_PCI) += arch/mips/pci/
318 306