summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFam Zheng <famz@redhat.com>2014-08-07 10:34:41 +0800
committerMichael Tokarev <mjt@tls.msk.ru>2014-08-09 00:09:17 +0400
commit169a24aea4f287739797a8b15565b9b5e59e53be (patch)
treecda4c0cc323eb22c8f58cfd9d7c199a02ec2182a /Makefile
parent90bda0823a77ca54f27731ef5cb8dc46ecc7a40d (diff)
downloadhqemu-169a24aea4f287739797a8b15565b9b5e59e53be.zip
hqemu-169a24aea4f287739797a8b15565b9b5e59e53be.tar.gz
build-sys: Move qapi-{types, visit, event}.o into util-obj-y
These three objects are repeated in multiple times in Makefiles. Let's just add them to libqemuutil.a, and don't list explicitly elsewhere. Signed-off-by: Fam Zheng <famz@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d6b9dc1..c5751b8 100644
--- a/Makefile
+++ b/Makefile
@@ -202,7 +202,7 @@ Makefile: $(version-obj-y) $(version-lobj-y)
# Build libraries
libqemustub.a: $(stub-obj-y)
-libqemuutil.a: $(util-obj-y) qapi-types.o qapi-visit.o qapi-event.o
+libqemuutil.a: $(util-obj-y)
block-modules = $(foreach o,$(block-obj-m),"$(basename $(subst /,-,$o))",) NULL
util/module.o-cflags = -D'CONFIG_BLOCK_MODULES=$(block-modules)'
OpenPOWER on IntegriCloud