aboutsummaryrefslogtreecommitdiff
path: root/hw/input/Makefile.objs
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>2017-10-17 13:44:25 -0300
committerMichael Tokarev <mjt@tls.msk.ru>2017-12-18 17:07:02 +0300
commit664b4be5e8bcb538ae8e68fe54ff27fedc5ea5b5 (patch)
tree4807f8bca90c993326960b4a6e2329f327829736 /hw/input/Makefile.objs
parent323d7d1d999d8be31e4d5a50ee18f7e2ca5d096a (diff)
downloadqemu-664b4be5e8bcb538ae8e68fe54ff27fedc5ea5b5.zip
qemu-664b4be5e8bcb538ae8e68fe54ff27fedc5ea5b5.tar.gz
qemu-664b4be5e8bcb538ae8e68fe54ff27fedc5ea5b5.tar.bz2
i386/pc: move vmmouse.c to hw/i386/
It's a x86-only device, so it does not make sense to keep it in the shared misc folder. Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'hw/input/Makefile.objs')
-rw-r--r--hw/input/Makefile.objs1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/input/Makefile.objs b/hw/input/Makefile.objs
index 7715d72..636f794 100644
--- a/hw/input/Makefile.objs
+++ b/hw/input/Makefile.objs
@@ -6,7 +6,6 @@ common-obj-$(CONFIG_PL050) += pl050.o
common-obj-y += ps2.o
common-obj-$(CONFIG_STELLARIS_INPUT) += stellaris_input.o
common-obj-$(CONFIG_TSC2005) += tsc2005.o
-common-obj-$(CONFIG_VMMOUSE) += vmmouse.o
common-obj-$(CONFIG_VIRTIO) += virtio-input.o
common-obj-$(CONFIG_VIRTIO) += virtio-input-hid.o