From 72899afc5d2a33576094a80d1eba797e293c975a Mon Sep 17 00:00:00 2001 From: bellard Date: Mon, 24 Apr 2006 21:18:20 +0000 Subject: separate file for usb hub device git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1848 c046a42c-6fe2-441c-8c8c-71466251a162 --- Makefile.target | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.target') 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 -- cgit v1.2.3