diff options
| author | Fam Zheng | 2017-09-07 10:42:30 +0200 |
|---|---|---|
| committer | Fam Zheng | 2017-09-22 04:20:34 +0200 |
| commit | 392fb6435173990e109bb0b58847f5413e03bf3a (patch) | |
| tree | 9161858193d1c4495af2543ef1c4c75fbd8a838b /migration | |
| parent | buildsys: Move brlapi libs to per object (diff) | |
| download | qemu-392fb6435173990e109bb0b58847f5413e03bf3a.tar.gz qemu-392fb6435173990e109bb0b58847f5413e03bf3a.tar.xz qemu-392fb6435173990e109bb0b58847f5413e03bf3a.zip | |
buildsys: Move rdma libs to per object
Signed-off-by: Fam Zheng <famz@redhat.com>
Message-Id: <20170907084230.26493-1-famz@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Peter Xu <peterx@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Signed-off-by: Fam Zheng <famz@redhat.com>
Diffstat (limited to 'migration')
| -rw-r--r-- | migration/Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/migration/Makefile.objs b/migration/Makefile.objs index 1c7770da46..99e038024d 100644 --- a/migration/Makefile.objs +++ b/migration/Makefile.objs @@ -11,3 +11,4 @@ common-obj-$(CONFIG_RDMA) += rdma.o common-obj-$(CONFIG_LIVE_BLOCK_MIGRATION) += block.o +rdma.o-libs := $(RDMA_LIBS) |
