diff options
author | Doug Ledford <dledford@redhat.com> | 2015-12-22 17:03:15 -0500 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2015-12-22 17:03:15 -0500 |
commit | 882f3b3b916a01c703bf7516800a0dca741cd3e7 (patch) | |
tree | 3a67f04a2b31985bb8044d39f0f5ebd9858658ae /lib/Makefile | |
parent | 182a2da0c768a9ec64abb0d6009667057f1c06af (diff) | |
parent | c6333f9f9f7646e311248a09e8ed96126a97aba8 (diff) | |
download | talos-op-linux-882f3b3b916a01c703bf7516800a0dca741cd3e7.tar.gz talos-op-linux-882f3b3b916a01c703bf7516800a0dca741cd3e7.zip |
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 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile index 7f1de26613d2..1478ae256561 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -164,6 +164,7 @@ obj-$(CONFIG_GENERIC_NET_UTILS) += net_utils.o obj-$(CONFIG_SG_SPLIT) += sg_split.o obj-$(CONFIG_STMP_DEVICE) += stmp_device.o +obj-$(CONFIG_IRQ_POLL) += irq_poll.o libfdt_files = fdt.o fdt_ro.o fdt_wip.o fdt_rw.o fdt_sw.o fdt_strerror.o \ fdt_empty_tree.o |