lkml.org 
[lkml]   [2005]   [Jan]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
SubjectPCI: move pcie build into the drivers/pci/ subdirectory
Date
From
ChangeSet 1.2329.2.9, 2005/01/17 10:06:44-08:00, greg@kroah.com

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

Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>


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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:09    [W:0.054 / U:0.064 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site