summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2010-05-17 23:43:41 +0000
committerthompsa <thompsa@FreeBSD.org>2010-05-17 23:43:41 +0000
commit628aedf315e9177aea2c37d650db30241104ff5a (patch)
tree523e2069344f6c8738f5960df757e157d46aeba1
parent637bbf075a30225cf002adda9576e402846754db (diff)
downloadFreeBSD-src-628aedf315e9177aea2c37d650db30241104ff5a.zip
FreeBSD-src-628aedf315e9177aea2c37d650db30241104ff5a.tar.gz
MFC r207404
usb_controller.c requires opt_ddb.h
-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