]> Git Repo - qemu.git/commitdiff
chardev: Restrict msmouse / wctablet / testdev to system emulation
authorPhilippe Mathieu-Daudé <[email protected]>
Thu, 23 Apr 2020 20:21:08 +0000 (22:21 +0200)
committerMarc-André Lureau <[email protected]>
Mon, 13 Jul 2020 07:59:47 +0000 (11:59 +0400)
The msmouse / wctablet / testdev character devices are only
used by system emulation. Remove them from user mode and tools.

Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
Message-Id: <20200423202112[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
Signed-off-by: Marc-André Lureau <[email protected]>
chardev/Makefile.objs

index 3a58c9d329d6f87ac996ae218fd49a8d75c6eab5..62ec0a33235fb3a53708b7e7fa8e0f3d917ca0e1 100644 (file)
@@ -17,7 +17,7 @@ chardev-obj-y += char-udp.o
 chardev-obj-$(CONFIG_WIN32) += char-win.o
 chardev-obj-$(CONFIG_WIN32) += char-win-stdio.o
 
-common-obj-y += msmouse.o wctablet.o testdev.o
+common-obj-$(CONFIG_SOFTMMU) += msmouse.o wctablet.o testdev.o
 
 ifeq ($(CONFIG_BRLAPI),y)
 common-obj-m += baum.o
This page took 0.025179 seconds and 4 git commands to generate.