PCI: move pcie build into the drivers/pci/ subdirectory

From: Greg KH
Date: Mon Jan 17 2005 - 17:26:07 EST


ChangeSet 1.2329.2.9, 2005/01/17 10:06:44-08:00, greg@xxxxxxxxx

PCI: move pcie build into the drivers/pci/ subdirectory

Signed-off-by: Greg Kroah-Hartman <greg@xxxxxxxxx>


drivers/Makefile | 1 -
drivers/pci/Makefile | 2 ++
2 files changed, 2 insertions(+), 1 deletion(-)


diff -Nru a/drivers/Makefile b/drivers/Makefile
--- a/drivers/Makefile 2005-01-17 13:55:21 -08:00
+++ b/drivers/Makefile 2005-01-17 13:55:21 -08:00
@@ -55,7 +55,6 @@
obj-$(CONFIG_PHONE) += telephony/
obj-$(CONFIG_MD) += md/
obj-$(CONFIG_BT) += bluetooth/
-obj-$(CONFIG_PCIEPORTBUS) += pci/pcie/
obj-$(CONFIG_ISDN) += isdn/
obj-$(CONFIG_MCA) += mca/
obj-$(CONFIG_EISA) += eisa/
diff -Nru a/drivers/pci/Makefile b/drivers/pci/Makefile
--- a/drivers/pci/Makefile 2005-01-17 13:55:21 -08:00
+++ b/drivers/pci/Makefile 2005-01-17 13:55:21 -08:00
@@ -56,4 +56,6 @@
# Files generated that shall be removed upon make clean
clean-files := devlist.h classlist.h

+# Build PCI Express stuff if needed
+obj-$(CONFIG_PCIEPORTBUS) += pcie/


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/