diff options
author | balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-06-10 19:21:04 +0000 |
---|---|---|
committer | balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-06-10 19:21:04 +0000 |
commit | f6d2a316d222953a25e357e141e374ef4d837079 (patch) | |
tree | 0af2d173f0650c8834924fd2ce9f3d1040804857 /Makefile.target | |
parent | a2502b58b3e5aaff036e15d31f2bac72d21648db (diff) |
Wacom PenPartner tablet (virtual USB device).
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2977 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.target b/Makefile.target index 819479f048..67e7bd3cf1 100644 --- a/Makefile.target +++ b/Makefile.target @@ -409,6 +409,7 @@ VL_OBJS+= scsi-disk.o cdrom.o lsi53c895a.o # USB layer VL_OBJS+= usb.o usb-hub.o usb-linux.o usb-hid.o usb-ohci.o usb-msd.o +VL_OBJS+= usb-wacom.o # EEPROM emulation VL_OBJS += eeprom93xx.o |