diff options
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-04-08 06:01:02 +0000 |
---|---|---|
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-04-08 06:01:02 +0000 |
commit | 2e4d9fb126beba5177d9b58a6ecf2f2bfdb560ae (patch) | |
tree | d0791532b9f9dc042d6beb2b268da5e93c3b17f1 /Makefile | |
parent | 88cb0a02b78415429ac354d5880ab2b08321c22b (diff) |
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 |