diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-04-24 21:18:20 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-04-24 21:18:20 +0000 |
commit | 72899afc5d2a33576094a80d1eba797e293c975a (patch) | |
tree | e62973a5df0157fc3435ff83d6c8071eebdaaa92 /Makefile.target | |
parent | 56bebe70bd3659e046e6a6be08492061fedd1ad1 (diff) | |
download | qemu-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.target | 2 |
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 |