summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2008-04-08 06:01:02 +0000
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2008-04-08 06:01:02 +0000
commit2e4d9fb126beba5177d9b58a6ecf2f2bfdb560ae (patch)
treed0791532b9f9dc042d6beb2b268da5e93c3b17f1 /Makefile
parent88cb0a02b78415429ac354d5880ab2b08321c22b (diff)
downloadhqemu-2e4d9fb126beba5177d9b58a6ecf2f2bfdb560ae.zip
hqemu-2e4d9fb126beba5177d9b58a6ecf2f2bfdb560ae.tar.gz
Braille device support
(Samuel Thibault) git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4173 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index adb50a8..be42924 100644
--- a/Makefile
+++ b/Makefile
@@ -57,6 +57,11 @@ OBJS+=scsi-generic.o
OBJS+=usb.o usb-hub.o usb-linux.o usb-hid.o usb-msd.o usb-wacom.o usb-serial.o
OBJS+=sd.o ssi-sd.o
+ifdef CONFIG_BRLAPI
+OBJS+= baum.o
+LIBS+=-lbrlapi
+endif
+
ifdef CONFIG_WIN32
OBJS+=tap-win32.o
endif
OpenPOWER on IntegriCloud