aboutsummaryrefslogtreecommitdiff
path: root/lib/libusb/Makefile
diff options
context:
space:
mode:
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 25c8002..3153e6b 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
+SRCS = usb-core.c usb-ohci.c usb-ehci.c
OBJS = $(SRCS:%.c=%.o)