summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2010-04-29 22:51:18 +0000
committerthompsa <thompsa@FreeBSD.org>2010-04-29 22:51:18 +0000
commited0300c12fff75dd5b24a7c1e90c16edee74d17e (patch)
tree14c5fd2f9224b1841435105c66c42bf395a69230 /sys/modules
parent104994efcf6a00276077f8e7a50df2b5b8bb3cec (diff)
downloadFreeBSD-src-ed0300c12fff75dd5b24a7c1e90c16edee74d17e.zip
FreeBSD-src-ed0300c12fff75dd5b24a7c1e90c16edee74d17e.tar.gz
usb_controller.c requires opt_ddb.h
Diffstat (limited to 'sys/modules')
-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 5b0104e..32a2107 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 \
OpenPOWER on IntegriCloud