diff options
author | aurel32 | 2008-04-08 08:01:02 +0200 |
---|---|---|
committer | aurel32 | 2008-04-08 08:01:02 +0200 |
commit | 2e4d9fb126beba5177d9b58a6ecf2f2bfdb560ae (patch) | |
tree | d0791532b9f9dc042d6beb2b268da5e93c3b17f1 /Makefile | |
parent | Documentation for MIPS Magnum R4000 machine. (diff) | |
download | qemu-2e4d9fb126beba5177d9b58a6ecf2f2bfdb560ae.tar.gz qemu-2e4d9fb126beba5177d9b58a6ecf2f2bfdb560ae.tar.xz qemu-2e4d9fb126beba5177d9b58a6ecf2f2bfdb560ae.zip |
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-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |