diff options
Diffstat (limited to 'drivers/infiniband/core/Makefile')
-rw-r--r-- | drivers/infiniband/core/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/core/Makefile b/drivers/infiniband/core/Makefile index e1a7cf3e863..96b8eba9584 100644 --- a/drivers/infiniband/core/Makefile +++ b/drivers/infiniband/core/Makefile | |||
@@ -6,7 +6,7 @@ obj-$(CONFIG_INFINIBAND_USER_VERBS) += ib_uverbs.o | |||
6 | ib_core-y := packer.o ud_header.o verbs.o sysfs.o \ | 6 | ib_core-y := packer.o ud_header.o verbs.o sysfs.o \ |
7 | device.o fmr_pool.o cache.o | 7 | device.o fmr_pool.o cache.o |
8 | 8 | ||
9 | ib_mad-y := mad.o smi.o agent.o | 9 | ib_mad-y := mad.o smi.o agent.o mad_rmpp.o |
10 | 10 | ||
11 | ib_sa-y := sa_query.o | 11 | ib_sa-y := sa_query.o |
12 | 12 | ||