diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2019-07-24 19:23:16 +0400 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-08-21 06:30:23 -0400 |
commit | ab3180515c6a5f080623cde07c9b89ece77abb19 (patch) | |
tree | 4a5d2c16c307f1914adfa42fcaed3ecf6c108d0c /Makefile.objs | |
parent | cdaf07228cf42d708fe24371a68cec022841e018 (diff) | |
download | qemu-ab3180515c6a5f080623cde07c9b89ece77abb19.zip qemu-ab3180515c6a5f080623cde07c9b89ece77abb19.tar.gz qemu-ab3180515c6a5f080623cde07c9b89ece77abb19.tar.bz2 |
meson: convert backends directory 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 f270044..c00851a 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -66,8 +66,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 += backends/ - common-obj-y += qapi/ common-obj-y += libqmp.fa |