aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/usb
diff options
context:
space:
mode:
authorAndrew Thompson <thompsa@FreeBSD.org>2010-04-29 22:51:18 +0000
committerAndrew Thompson <thompsa@FreeBSD.org>2010-04-29 22:51:18 +0000
commit8cfa1186ed9da66025e648084b294b149d6d84d3 (patch)
tree14c5fd2f9224b1841435105c66c42bf395a69230 /sys/modules/usb
parentae575eab2c55356fceab8749cd4726c432bba62a (diff)
downloadsrc-8cfa1186ed9da66025e648084b294b149d6d84d3.tar.gz
src-8cfa1186ed9da66025e648084b294b149d6d84d3.zip
usb_controller.c requires opt_ddb.h
Notes
Notes: svn path=/head/; revision=207404
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 \