aboutsummaryrefslogtreecommitdiff
path: root/hw/input/meson.build
diff options
context:
space:
mode:
authorLeo Yan <leo.yan@linaro.org>2024-01-04 21:09:44 +0000
committerMichael S. Tsirkin <mst@redhat.com>2024-02-14 06:09:32 -0500
commit87c7fb7819962e052a69046167949fe266611abf (patch)
tree9e88b66eac0e32580cdaa945ec395d1177c7015b /hw/input/meson.build
parent887d5775863b8804bacba6fe1a860ed3ea5cfdd9 (diff)
downloadqemu-87c7fb7819962e052a69046167949fe266611abf.zip
qemu-87c7fb7819962e052a69046167949fe266611abf.tar.gz
qemu-87c7fb7819962e052a69046167949fe266611abf.tar.bz2
hw/virtio: Move vhost-user-input into virtio folder
vhost-user-input is in the input folder. On the other hand, the folder 'hw/virtio' maintains other virtio stubs (e.g. I2C, RNG, GPIO, etc). This patch moves vhost-user-input into the virtio folder for better code organization. No functionality change. Signed-off-by: Leo Yan <leo.yan@linaro.org> Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org> Message-Id: <20231120043721.50555-4-leo.yan@linaro.org> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20240104210945.1223134-11-alex.bennee@linaro.org> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'hw/input/meson.build')
-rw-r--r--hw/input/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/input/meson.build b/hw/input/meson.build
index 640556b..3cc8ab8 100644
--- a/hw/input/meson.build
+++ b/hw/input/meson.build
@@ -11,7 +11,6 @@ system_ss.add(when: 'CONFIG_TSC2005', if_true: files('tsc2005.c'))
system_ss.add(when: 'CONFIG_VIRTIO_INPUT', if_true: files('virtio-input.c'))
system_ss.add(when: 'CONFIG_VIRTIO_INPUT', if_true: files('virtio-input-hid.c'))
system_ss.add(when: 'CONFIG_VIRTIO_INPUT_HOST', if_true: files('virtio-input-host.c'))
-system_ss.add(when: 'CONFIG_VHOST_USER_INPUT', if_true: files('vhost-user-input.c'))
system_ss.add(when: 'CONFIG_PXA2XX', if_true: files('pxa2xx_keypad.c'))
system_ss.add(when: 'CONFIG_TSC210X', if_true: files('tsc210x.c'))