summaryrefslogtreecommitdiff
path: root/Makefile.target
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2006-04-24 21:18:20 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2006-04-24 21:18:20 +0000
commit72899afc5d2a33576094a80d1eba797e293c975a (patch)
treee62973a5df0157fc3435ff83d6c8071eebdaaa92 /Makefile.target
parent56bebe70bd3659e046e6a6be08492061fedd1ad1 (diff)
downloadqemu-72899afc5d2a33576094a80d1eba797e293c975a.zip
separate file for usb hub device
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1848 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile.target')
-rw-r--r--Makefile.target2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target
index 20fb8f0d13..be2fcfe4a4 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -302,7 +302,7 @@ SOUND_HW += fmopl.o adlib.o
endif
# USB layer
-VL_OBJS+= usb.o usb-uhci.o usb-linux.o usb-hid.o
+VL_OBJS+= usb.o usb-hub.o usb-uhci.o usb-linux.o usb-hid.o
# PCI network cards
VL_OBJS+= ne2000.o rtl8139.o