summaryrefslogtreecommitdiff
path: root/sys/modules/usb
diff options
context:
space:
mode:
authorAndrew Thompson <thompsa@FreeBSD.org>2010-05-17 23:43:41 +0000
committerAndrew Thompson <thompsa@FreeBSD.org>2010-05-17 23:43:41 +0000
commit7b77f44cdc5ec7b685023b9c2a4f38a98e491ec0 (patch)
tree523e2069344f6c8738f5960df757e157d46aeba1 /sys/modules/usb
parent199841d30c631401c86e4263eb37f61ad204072f (diff)
Notes
Diffstat (limited to 'sys/modules/usb')
-rw-r--r--sys/modules/usb/usb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/usb/usb/Makefile b/sys/modules/usb/usb/Makefile
index 5b0104e82ae0..32a210750059 100644
--- a/sys/modules/usb/usb/Makefile
+++ b/sys/modules/usb/usb/Makefile
@@ -31,7 +31,7 @@ S= ${.CURDIR}/../../..
KMOD= usb
SRCS= bus_if.h device_if.h usb_if.h usb_if.c vnode_if.h \
- opt_usb.h opt_bus.h \
+ opt_usb.h opt_bus.h opt_ddb.h \
usbdevs.h usbdevs_data.h \
usb_busdma.c usb_controller.c usb_compat_linux.c usb_core.c usb_debug.c \
usb_dev.c usb_device.c usb_dynamic.c usb_error.c usb_generic.c \