[openib-general] [PATCH][v5][3/24] Hook up drivers/infiniband

Roland Dreier roland at topspin.com
Mon Dec 27 21:50:55 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-27 21:47:59.198084242 -0800
+++ linux-bk/drivers/Kconfig	2004-12-27 21:48:19.194140917 -0800
@@ -56,4 +56,6 @@
 
 source "drivers/mmc/Kconfig"
 
+source "drivers/infiniband/Kconfig"
+
 endmenu
--- linux-bk.orig/drivers/Makefile	2004-12-27 21:48:10.314447971 -0800
+++ linux-bk/drivers/Makefile	2004-12-27 21:48:19.194140917 -0800
@@ -59,5 +59,6 @@
 obj-$(CONFIG_EISA)		+= eisa/
 obj-$(CONFIG_CPU_FREQ)		+= cpufreq/
 obj-$(CONFIG_MMC)		+= mmc/
+obj-$(CONFIG_INFINIBAND)	+= infiniband/
 obj-y				+= firmware/
 obj-$(CONFIG_CRYPTO)		+= crypto/




More information about the general mailing list