aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/Makefile
diff options
context:
space:
mode:
authorBryan O'Sullivan <bos@pathscale.com>2006-03-29 15:23:39 -0800
committerRoland Dreier <rolandd@cisco.com>2006-03-31 13:14:21 -0800
commit77d8798b554c856e21400bc8e761bc1b2ded8967 (patch)
treeea5dd7ed3ccb4b7095c37d4633f6f6a7b0a6b38e /drivers/infiniband/Makefile
parentIB/ipath: infiniband verbs support (diff)
downloadlinux-dev-77d8798b554c856e21400bc8e761bc1b2ded8967.tar.xz
linux-dev-77d8798b554c856e21400bc8e761bc1b2ded8967.zip
IB/ipath: kbuild infrastructure
Integrate the ipath core and OpenIB drivers into the kernel build infrastructure. Add entry to MAINTAINERS. Signed-off-by: Bryan O'Sullivan <bos@pathscale.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'drivers/infiniband/Makefile')
-rw-r--r--drivers/infiniband/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/infiniband/Makefile b/drivers/infiniband/Makefile
index a43fb34cca94..eea27322a22d 100644
--- a/drivers/infiniband/Makefile
+++ b/drivers/infiniband/Makefile
@@ -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/