aboutsummaryrefslogtreecommitdiff
path: root/lib/libusb/Makefile
diff options
context:
space:
mode:
authorNikunj A Dadhania <nikunj@linux.vnet.ibm.com>2013-10-16 14:37:53 +0530
committerNikunj A Dadhania <nikunj@linux.vnet.ibm.com>2013-11-15 10:36:51 +0530
commitce91e6a2827c0921be774c7ba9bfd3056778b57d (patch)
tree8008447a1cc285fbf3fb501582d786ff89b42a25 /lib/libusb/Makefile
parent8e5245abc8bdfbfc9438cc2e56f80ef8e394259f (diff)
downloadSLOF-ce91e6a2827c0921be774c7ba9bfd3056778b57d.zip
SLOF-ce91e6a2827c0921be774c7ba9bfd3056778b57d.tar.gz
SLOF-ce91e6a2827c0921be774c7ba9bfd3056778b57d.tar.bz2
usb-xhci: add xhci support
Signed-off-by: Nikunj A Dadhania <nikunj@linux.vnet.ibm.com>
Diffstat (limited to 'lib/libusb/Makefile')
-rw-r--r--lib/libusb/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libusb/Makefile b/lib/libusb/Makefile
index 9e009a4..ee065be 100644
--- a/lib/libusb/Makefile
+++ b/lib/libusb/Makefile
@@ -22,7 +22,8 @@ TARGET = ../libusb.a
all: $(TARGET)
-SRCS = usb-core.c usb-ohci.c usb-ehci.c usb-slof.c usb-key.c usb-hid.c usb-hub.c
+SRCS = usb-core.c usb-ohci.c usb-ehci.c usb-slof.c usb-key.c usb-hid.c \
+ usb-hub.c usb-xhci.c
OBJS = $(SRCS:%.c=%.o)