aboutsummaryrefslogtreecommitdiff
path: root/lib/libusb/Makefile
diff options
context:
space:
mode:
authorNikunj A Dadhania <nikunj@linux.vnet.ibm.com>2013-07-24 14:27:20 +0530
committerNikunj A Dadhania <nikunj@linux.vnet.ibm.com>2013-07-24 14:46:23 +0530
commitda1c3fa98a0a7d5875ce57e57dc16d4b79ec980e (patch)
treedf2af43af89c8c431f9d8b55709d8888f7e9207e /lib/libusb/Makefile
parent875e0a233ffb6e27a37e86f3f82d7e511edce0b8 (diff)
downloadSLOF-da1c3fa98a0a7d5875ce57e57dc16d4b79ec980e.zip
SLOF-da1c3fa98a0a7d5875ce57e57dc16d4b79ec980e.tar.gz
SLOF-da1c3fa98a0a7d5875ce57e57dc16d4b79ec980e.tar.bz2
USB generic hub device driver
Support for usb generic hub driver. Todo: Detect disconnects and remove device Signed-off-by: Nikunj A Dadhania <nikunj@linux.vnet.ibm.com> Acked-by: Thomas Huth <thuth@linux.vnet.ibm.com>
Diffstat (limited to 'lib/libusb/Makefile')
-rw-r--r--lib/libusb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libusb/Makefile b/lib/libusb/Makefile
index 7c8b317..9e009a4 100644
--- a/lib/libusb/Makefile
+++ b/lib/libusb/Makefile
@@ -22,7 +22,7 @@ TARGET = ../libusb.a
all: $(TARGET)
-SRCS = usb-core.c usb-ohci.c usb-ehci.c usb-slof.c usb-key.c usb-hid.c
+SRCS = usb-core.c usb-ohci.c usb-ehci.c usb-slof.c usb-key.c usb-hid.c usb-hub.c
OBJS = $(SRCS:%.c=%.o)