aboutsummaryrefslogtreecommitdiff
path: root/Makefile.objs
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2019-08-06 15:12:18 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2019-12-17 19:32:48 +0100
commit44e9f2309fdb1315fc7d0a2f37eee3fecd471308 (patch)
tree63004b9afb44fa340a115bd006ec3735899c5661 /Makefile.objs
parentb8d89ba83bf42be1f7b1d7d45236eaf6960d1c4e (diff)
downloadqemu-44e9f2309fdb1315fc7d0a2f37eee3fecd471308.zip
qemu-44e9f2309fdb1315fc7d0a2f37eee3fecd471308.tar.gz
qemu-44e9f2309fdb1315fc7d0a2f37eee3fecd471308.tar.bz2
stubs: replace stubs with lnot if applicable
The stubs mechanism relies on static libraries and compilation order, which is a bit brittle and should be avoided unless necessary. Replace it with Boolean operations on CONFIG_* symbols. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'Makefile.objs')
-rw-r--r--Makefile.objs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.objs b/Makefile.objs
index 6807c8b..02bf5ce 100644
--- a/Makefile.objs
+++ b/Makefile.objs
@@ -1,6 +1,6 @@
#######################################################################
# Common libraries for tools and emulators
-stub-obj-y = stubs/ util/ crypto/
+stub-obj-y = stubs/
util-obj-y = crypto/ util/ qobject/ qapi/
chardev-obj-y = chardev/