summaryrefslogtreecommitdiff
path: root/backends/Makefile.objs
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2013-02-03 20:21:00 +0100
committerPaolo Bonzini <pbonzini@redhat.com>2013-03-01 13:18:23 +0100
commit159b6e9f144c7afdf3ad95c29d1fede9626fa8b1 (patch)
tree4ad8c6bed22882acc92dee8fc6bdf0ea15089ae2 /backends/Makefile.objs
parent288f1e3f87ec24abeac38399f175fe74243f7bc5 (diff)
downloadqemu-159b6e9f144c7afdf3ad95c29d1fede9626fa8b1.tar.gz
hw: move char backends to backends/
Braille and msmouse support is in hw/, but it is not hardware. Move it to the backends/ directory. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'backends/Makefile.objs')
-rw-r--r--backends/Makefile.objs4
1 files changed, 4 insertions, 0 deletions
diff --git a/backends/Makefile.objs b/backends/Makefile.objs
index 883676106b..464bc3e220 100644
--- a/backends/Makefile.objs
+++ b/backends/Makefile.objs
@@ -1,2 +1,6 @@
common-obj-y += rng.o rng-egd.o
common-obj-$(CONFIG_POSIX) += rng-random.o
+
+common-obj-y += msmouse.o
+common-obj-$(CONFIG_BRLAPI) += baum.o
+$(obj)/baum.o: QEMU_CFLAGS += $(SDL_CFLAGS)