[PATCH 20 of 20] ipath - integrate driver into infiniband kbuildinfrastructure

From: Bryan O'Sullivan
Date: Wed Dec 28 2005 - 19:38:53 EST


Signed-off-by: Bryan O'Sullivan <bos@xxxxxxxxxxxxx>

diff -r 07bf9f34e221 -r 914136b2b8ee drivers/infiniband/Kconfig
--- a/drivers/infiniband/Kconfig Wed Dec 28 14:19:43 2005 -0800
+++ b/drivers/infiniband/Kconfig Wed Dec 28 14:19:43 2005 -0800
@@ -30,6 +30,7 @@
<http://www.openib.org>.

source "drivers/infiniband/hw/mthca/Kconfig"
+source "drivers/infiniband/hw/ipath/Kconfig"

source "drivers/infiniband/ulp/ipoib/Kconfig"

diff -r 07bf9f34e221 -r 914136b2b8ee drivers/infiniband/Makefile
--- a/drivers/infiniband/Makefile Wed Dec 28 14:19:43 2005 -0800
+++ b/drivers/infiniband/Makefile Wed Dec 28 14:19:43 2005 -0800
@@ -1,4 +1,5 @@
obj-$(CONFIG_INFINIBAND) += core/
obj-$(CONFIG_INFINIBAND_MTHCA) += hw/mthca/
+obj-$(CONFIG_IPATH_CORE) += hw/ipath/
obj-$(CONFIG_INFINIBAND_IPOIB) += ulp/ipoib/
obj-$(CONFIG_INFINIBAND_SRP) += ulp/srp/
-
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/