diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-11-05 16:57:08 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-11-05 16:57:08 +0000 |
commit | 59ae540c3dbd1ab3fb004e85eaf3aa4f3520a308 (patch) | |
tree | 223154410e3b306e1e47358e61b13155a16b605a /Makefile.target | |
parent | 92414fdca00c1746b950a45f4bc76796239d18aa (diff) |
added virtual USB mouse support
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1599 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target index 56b7036a5d..cefad74038 100644 --- a/Makefile.target +++ b/Makefile.target @@ -294,7 +294,8 @@ ifeq ($(TARGET_BASE_ARCH), i386) # Hardware support VL_OBJS+= ide.o ne2000.o pckbd.o vga.o $(SOUND_HW) dma.o $(AUDIODRV) VL_OBJS+= fdc.o mc146818rtc.o serial.o i8259.o i8254.o pc.o -VL_OBJS+= cirrus_vga.o mixeng.o apic.o parallel.o usb.o usb-uhci.o usb-linux.o +VL_OBJS+= cirrus_vga.o mixeng.o apic.o parallel.o +VL_OBJS+= usb.o usb-uhci.o usb-linux.o usb-hid.o DEFINES += -DHAS_AUDIO endif ifeq ($(TARGET_BASE_ARCH), ppc) |