[PATCH][RFC/v1][2/12] Hook up drivers/infiniband

From: Roland Dreier
Date: Mon Nov 22 2004 - 11:22:37 EST


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@xxxxxxxxxxx>


Index: linux-bk/drivers/Kconfig
===================================================================
--- linux-bk.orig/drivers/Kconfig 2004-11-21 21:07:30.646934807 -0800
+++ linux-bk/drivers/Kconfig 2004-11-21 21:25:52.850360262 -0800
@@ -54,4 +54,6 @@

source "drivers/usb/Kconfig"

+source "drivers/infiniband/Kconfig"
+
endmenu
Index: linux-bk/drivers/Makefile
===================================================================
--- linux-bk.orig/drivers/Makefile 2004-11-21 21:07:54.491393897 -0800
+++ linux-bk/drivers/Makefile 2004-11-21 21:25:52.850360262 -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/

-
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/