diff options
author | Koen Kooi <koen@openembedded.org> | 2005-06-30 08:19:37 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-06-30 08:19:37 +0000 |
commit | c8e5702127e507e82e6f68a4b8c546803accea9d (patch) | |
tree | 00583491f40ecc640f2b28452af995e3a63a09d7 /packages/linux/linux-wrt-2.4.30/017-arch_mips_pci_Makefile | |
parent | 87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff) |
import clean BK tree at cset 1.3670
Diffstat (limited to 'packages/linux/linux-wrt-2.4.30/017-arch_mips_pci_Makefile')
-rw-r--r-- | packages/linux/linux-wrt-2.4.30/017-arch_mips_pci_Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/linux/linux-wrt-2.4.30/017-arch_mips_pci_Makefile b/packages/linux/linux-wrt-2.4.30/017-arch_mips_pci_Makefile index e69de29bb2..fed1336150 100644 --- a/packages/linux/linux-wrt-2.4.30/017-arch_mips_pci_Makefile +++ b/packages/linux/linux-wrt-2.4.30/017-arch_mips_pci_Makefile @@ -0,0 +1,12 @@ +--- 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 |