aboutsummaryrefslogtreecommitdiffstats
path: root/package/linux/kernel-patches/017-arch_mips_pci_Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/linux/kernel-patches/017-arch_mips_pci_Makefile')
-rw-r--r--package/linux/kernel-patches/017-arch_mips_pci_Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/package/linux/kernel-patches/017-arch_mips_pci_Makefile b/package/linux/kernel-patches/017-arch_mips_pci_Makefile
deleted file mode 100644
index fed1336150..0000000000
--- a/package/linux/kernel-patches/017-arch_mips_pci_Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
---- linux-mips-cvs/arch/mips/pci/Makefile 2004-07-31 02:12:38.000000000 +0200
-+++ linux-broadcom/arch/mips/pci/Makefile 2005-01-31 13:13:14.000000000 +0100
-@@ -13,7 +13,9 @@
- obj-$(CONFIG_MIPS_MSC) += ops-msc.o
- obj-$(CONFIG_MIPS_NILE4) += ops-nile4.o
- obj-$(CONFIG_SNI_RM200_PCI) += ops-sni.o
-+ifndef CONFIG_BCM947XX
- obj-y += pci.o
-+endif
- obj-$(CONFIG_PCI_AUTO) += pci_auto.o
-
- include $(TOPDIR)/Rules.make