aboutsummaryrefslogtreecommitdiff
path: root/hw/Makefile.objs
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2019-08-16 18:15:00 +0400
committerPaolo Bonzini <pbonzini@redhat.com>2020-08-21 06:30:29 -0400
commit721cdcae73071d12415b64971ece3f87b2971bc2 (patch)
tree59075a84f1a29af991194574939e5da2cf5889b2 /hw/Makefile.objs
parentb1419fa665584e493257475af2618443bd834e47 (diff)
downloadqemu-721cdcae73071d12415b64971ece3f87b2971bc2.zip
qemu-721cdcae73071d12415b64971ece3f87b2971bc2.tar.gz
qemu-721cdcae73071d12415b64971ece3f87b2971bc2.tar.bz2
meson: convert hw/misc
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/Makefile.objs')
-rw-r--r--hw/Makefile.objs1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/Makefile.objs b/hw/Makefile.objs
index d0d7816..ac8278e 100644
--- a/hw/Makefile.objs
+++ b/hw/Makefile.objs
@@ -17,7 +17,6 @@ devices-dirs-y += intc/
devices-dirs-$(CONFIG_IPACK) += ipack/
devices-dirs-$(CONFIG_IPMI) += ipmi/
devices-dirs-y += isa/
-devices-dirs-y += misc/
endif
common-obj-y += $(devices-dirs-y)