diff options
author | Doug Ledford <dledford@redhat.com> | 2015-12-23 01:03:15 +0300 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2015-12-23 01:03:15 +0300 |
commit | 882f3b3b916a01c703bf7516800a0dca741cd3e7 (patch) | |
tree | 3a67f04a2b31985bb8044d39f0f5ebd9858658ae /drivers/infiniband/core/Makefile | |
parent | 182a2da0c768a9ec64abb0d6009667057f1c06af (diff) | |
parent | c6333f9f9f7646e311248a09e8ed96126a97aba8 (diff) | |
download | linux-882f3b3b916a01c703bf7516800a0dca741cd3e7.tar.xz |
Merge branches '4.5/Or-cleanup' and '4.5/rdma-cq' into k.o/for-4.5
Signed-off-by: Doug Ledford <dledford@redhat.com>
Conflicts:
drivers/infiniband/ulp/iser/iser_verbs.c
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 d43a8994ac5c..ae48d874012f 100644 --- a/drivers/infiniband/core/Makefile +++ b/drivers/infiniband/core/Makefile @@ -8,7 +8,7 @@ obj-$(CONFIG_INFINIBAND_USER_MAD) += ib_umad.o obj-$(CONFIG_INFINIBAND_USER_ACCESS) += ib_uverbs.o ib_ucm.o \ $(user_access-y) -ib_core-y := packer.o ud_header.o verbs.o sysfs.o \ +ib_core-y := packer.o ud_header.o verbs.o cq.o sysfs.o \ device.o fmr_pool.o cache.o netlink.o \ roce_gid_mgmt.o ib_core-$(CONFIG_INFINIBAND_USER_MEM) += umem.o |