aboutsummaryrefslogtreecommitdiff
path: root/hw/Makefile.objs
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2019-08-16 18:39:54 +0400
committerPaolo Bonzini <pbonzini@redhat.com>2020-08-21 06:30:30 -0400
commit6a18fd05907f8a1a116f91c6145eee9e5b4f3930 (patch)
tree28205f4796bbcd638b5493bc99be0c58f306dd7d /hw/Makefile.objs
parentbff065adcdbd81ef699711d7caee1cf41c620a1b (diff)
downloadqemu-6a18fd05907f8a1a116f91c6145eee9e5b4f3930.zip
qemu-6a18fd05907f8a1a116f91c6145eee9e5b4f3930.tar.gz
qemu-6a18fd05907f8a1a116f91c6145eee9e5b4f3930.tar.bz2
meson: convert hw/input
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 80b1041..3feccd8 100644
--- a/hw/Makefile.objs
+++ b/hw/Makefile.objs
@@ -12,7 +12,6 @@ devices-dirs-y += gpio/
devices-dirs-$(CONFIG_HYPERV) += hyperv/
devices-dirs-$(CONFIG_I2C) += i2c/
devices-dirs-y += ide/
-devices-dirs-y += input/
endif
common-obj-y += $(devices-dirs-y)