aboutsummaryrefslogtreecommitdiff
path: root/lib/libusb/Makefile
diff options
context:
space:
mode:
authorNikunj A Dadhania <nikunj@linux.vnet.ibm.com>2013-07-24 14:27:11 +0530
committerNikunj A Dadhania <nikunj@linux.vnet.ibm.com>2013-07-24 14:46:23 +0530
commit6eb646603dd5f874c97f887ad3ffa469cc3e154f (patch)
tree9497469fc33e4e772cee24574cc4a9e6e65f678f /lib/libusb/Makefile
parent2deb222c4c9eac625526f9d2f45df8666753c09a (diff)
downloadSLOF-6eb646603dd5f874c97f887ad3ffa469cc3e154f.zip
SLOF-6eb646603dd5f874c97f887ad3ffa469cc3e154f.tar.gz
SLOF-6eb646603dd5f874c97f887ad3ffa469cc3e154f.tar.bz2
USB keyboard driver
Portions of keyboard driver(usb-key.h and usb-hid.c) inherited from code originally written by former SLOF team 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 ca3a8fa..7c8b317 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
+SRCS = usb-core.c usb-ohci.c usb-ehci.c usb-slof.c usb-key.c usb-hid.c
OBJS = $(SRCS:%.c=%.o)