diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2019-07-16 19:40:16 +0400 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-08-21 06:30:15 -0400 |
commit | de59dda32db56a0126047f74ec817df181f22f4a (patch) | |
tree | e43b9dda945ff327cc5f3738b93509b4324cb986 /Makefile.objs | |
parent | 3afe7ab0d3f40270cb4dac58a8895ba21a646df6 (diff) | |
download | qemu-de59dda32db56a0126047f74ec817df181f22f4a.zip qemu-de59dda32db56a0126047f74ec817df181f22f4a.tar.gz qemu-de59dda32db56a0126047f74ec817df181f22f4a.tar.bz2 |
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.objs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.objs b/Makefile.objs index baf1565..84bfa2a 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 |