add oleg's fix for ethtool
[openwrt.git] / package / linux / kernel-patches / 017-arch_mips_pci_Makefile
1 --- linux-mips-cvs/arch/mips/pci/Makefile       2004-07-31 02:12:38.000000000 +0200
2 +++ linux-broadcom/arch/mips/pci/Makefile       2005-01-31 13:13:14.000000000 +0100
3 @@ -13,7 +13,9 @@
4  obj-$(CONFIG_MIPS_MSC)         += ops-msc.o
5  obj-$(CONFIG_MIPS_NILE4)       += ops-nile4.o
6  obj-$(CONFIG_SNI_RM200_PCI)    += ops-sni.o
7 +ifndef CONFIG_BCM947XX
8  obj-y                          += pci.o
9 +endif
10  obj-$(CONFIG_PCI_AUTO)         += pci_auto.o
11  
12  include $(TOPDIR)/Rules.make