[openib-general] [PATCH][v3][3/21] Hook up drivers/infiniband

Roland Dreier roland at topspin.com
Mon Dec 13 10:09:23 PST 2004


Add the appropriate lines to drivers/Kconfig and drivers/Makefile so
that the kernel configuration and build systems know about drivers/infiniband.

Signed-off-by: Roland Dreier <roland at topspin.com>


--- linux-bk.orig/drivers/Kconfig	2004-12-11 15:16:34.000000000 -0800
+++ linux-bk/drivers/Kconfig	2004-12-13 09:44:41.933547814 -0800
@@ -54,4 +54,6 @@
 
 source "drivers/usb/Kconfig"
 
+source "drivers/infiniband/Kconfig"
+
 endmenu
--- linux-bk.orig/drivers/Makefile	2004-12-11 15:16:49.000000000 -0800
+++ linux-bk/drivers/Makefile	2004-12-13 09:44:41.953544868 -0800
@@ -59,4 +59,5 @@
 obj-$(CONFIG_EISA)		+= eisa/
 obj-$(CONFIG_CPU_FREQ)		+= cpufreq/
 obj-$(CONFIG_MMC)		+= mmc/
+obj-$(CONFIG_INFINIBAND)	+= infiniband/
 obj-y				+= firmware/




More information about the general mailing list