aboutsummaryrefslogtreecommitdiff
path: root/block
diff options
context:
space:
mode:
authorColin Lord <clord@redhat.com>2016-08-12 09:27:04 -0400
committerMax Reitz <mreitz@redhat.com>2016-09-20 22:12:57 +0200
commit4be4879ff8b4a6504ed981c470f3cb6b57eddb1d (patch)
tree8d3ceb2bdc9c911b28edfae8502fd17d978c09d3 /block
parent88d88798b7efeb0be15b1a60e58b1f8ba4c2f700 (diff)
blockdev: Modularize nfs block driver
Modularizes the nfs block driver so that it gets dynamically loaded. Signed-off-by: Colin Lord <clord@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Message-id: 1471008424-16465-5-git-send-email-clord@redhat.com Reviewed-by: Max Reitz <mreitz@redhat.com> Signed-off-by: Max Reitz <mreitz@redhat.com>
Diffstat (limited to 'block')
-rw-r--r--block/Makefile.objs1
1 files changed, 1 insertions, 0 deletions
diff --git a/block/Makefile.objs b/block/Makefile.objs
index 3da471e388..cb158e9275 100644
--- a/block/Makefile.objs
+++ b/block/Makefile.objs
@@ -29,6 +29,7 @@ block-obj-y += crypto.o
common-obj-y += stream.o
+nfs.o-libs := $(LIBNFS_LIBS)
iscsi.o-cflags := $(LIBISCSI_CFLAGS)
iscsi.o-libs := $(LIBISCSI_LIBS)
curl.o-cflags := $(CURL_CFLAGS)