diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2017-05-29 12:39:42 +0400 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2017-06-02 11:33:53 +0400 |
commit | 6b10e573d15ef82dbc5c5b3726028e6642e134f6 (patch) | |
tree | cb48ec34656eb50c2ec8fcdafc1b0652124caf31 /chardev/Makefile.objs | |
parent | 1ce2610c106d925387669b3133fc18ea986f0476 (diff) |
char: move char devices to chardev/
Suggested by Paolo Bonzini during series review.
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Diffstat (limited to 'chardev/Makefile.objs')
-rw-r--r-- | chardev/Makefile.objs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chardev/Makefile.objs b/chardev/Makefile.objs index e0b37dbfd8..52a8127606 100644 --- a/chardev/Makefile.objs +++ b/chardev/Makefile.objs @@ -16,3 +16,9 @@ chardev-obj-y += char-stdio.o 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_BRLAPI) += baum.o +baum.o-cflags := $(SDL_CFLAGS) + +common-obj-$(CONFIG_SPICE) += spice.o |