diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2019-08-15 12:01:26 +0400 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-08-21 06:30:24 -0400 |
commit | 5242523b5f35813c8e088bc8eae2fb4d4aa50dd6 (patch) | |
tree | 8266deab63138d256ea691c331679074bcedd818 /Makefile.objs | |
parent | c574e161120aa0b8c76ee90d21d43c6e53e7f1ba (diff) |
meson: convert qapi-specific to meson
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, 0 insertions, 2 deletions
diff --git a/Makefile.objs b/Makefile.objs index 3b32a4c9bb..c332323b81 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -64,8 +64,6 @@ common-obj-$(if $(and $(CONFIG_BZIP2),$(CONFIG_DMG)),m) += block-dmg-bz2$(DSOSUF common-obj-y += hw/ common-obj-m += hw/ -common-obj-y += qapi/ - common-obj-y += libqmp.fa endif # CONFIG_SOFTMMU |