diff options
author | Bryan O'Sullivan <bos@pathscale.com> | 2006-03-29 18:23:39 -0500 |
---|---|---|
committer | Roland Dreier <rolandd@cisco.com> | 2006-03-31 16:14:21 -0500 |
commit | 77d8798b554c856e21400bc8e761bc1b2ded8967 (patch) | |
tree | ea5dd7ed3ccb4b7095c37d4633f6f6a7b0a6b38e /drivers/Makefile | |
parent | 6522108f19a998a5ded4d0c4d0f9eb9736398e31 (diff) |
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/Makefile')
-rw-r--r-- | drivers/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/Makefile b/drivers/Makefile index 424955274e60..2449ec55ca28 100644 --- a/drivers/Makefile +++ b/drivers/Makefile | |||
@@ -70,6 +70,7 @@ obj-$(CONFIG_EISA) += eisa/ | |||
70 | obj-$(CONFIG_CPU_FREQ) += cpufreq/ | 70 | obj-$(CONFIG_CPU_FREQ) += cpufreq/ |
71 | obj-$(CONFIG_MMC) += mmc/ | 71 | obj-$(CONFIG_MMC) += mmc/ |
72 | obj-$(CONFIG_INFINIBAND) += infiniband/ | 72 | obj-$(CONFIG_INFINIBAND) += infiniband/ |
73 | obj-$(CONFIG_IPATH_CORE) += infiniband/ | ||
73 | obj-$(CONFIG_SGI_SN) += sn/ | 74 | obj-$(CONFIG_SGI_SN) += sn/ |
74 | obj-y += firmware/ | 75 | obj-y += firmware/ |
75 | obj-$(CONFIG_CRYPTO) += crypto/ | 76 | obj-$(CONFIG_CRYPTO) += crypto/ |