summaryrefslogtreecommitdiffstats
path: root/Makefile.objs
diff options
context:
space:
mode:
authorMarc-André Lureau2019-07-16 17:40:16 +0200
committerPaolo Bonzini2020-08-21 12:30:15 +0200
commitde59dda32db56a0126047f74ec817df181f22f4a (patch)
treee43b9dda945ff327cc5f3738b93509b4324cb986 /Makefile.objs
parentmeson: convert check-qapi-schema (diff)
downloadqemu-de59dda32db56a0126047f74ec817df181f22f4a.tar.gz
qemu-de59dda32db56a0126047f74ec817df181f22f4a.tar.xz
qemu-de59dda32db56a0126047f74ec817df181f22f4a.zip
meson: convert qom directory to Meson (tools part)
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> 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 baf15656e8..84bfa2a61a 100644
--- a/Makefile.objs
+++ b/Makefile.objs
@@ -1,6 +1,6 @@
#######################################################################
# Common libraries for tools and emulators
-qom-obj-y = qom/
+qom-obj-y = qom/libqom.fa
#######################################################################
# code used by both qemu system emulation and qemu-img