summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2009-10-29 23:28:21 +0000
committerthompsa <thompsa@FreeBSD.org>2009-10-29 23:28:21 +0000
commit407b8ef04bde7a986a5d1bf120002c269f031217 (patch)
treec6075b266f1f51614b7cc268468ee544d66ad3f8 /sys/modules
parent7b1ac3a678ff59cfe4f37af60a119c399ec19da5 (diff)
downloadFreeBSD-src-407b8ef04bde7a986a5d1bf120002c269f031217.zip
FreeBSD-src-407b8ef04bde7a986a5d1bf120002c269f031217.tar.gz
MFC r198258
Add opt_gdb.h which is now needed by ucom.
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/usb/ucom/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/usb/ucom/Makefile b/sys/modules/usb/ucom/Makefile
index bda903c..b7836a8 100644
--- a/sys/modules/usb/ucom/Makefile
+++ b/sys/modules/usb/ucom/Makefile
@@ -30,7 +30,7 @@ S= ${.CURDIR}/../../..
.PATH: $S/dev/usb/serial
KMOD= ucom
-SRCS= opt_bus.h opt_usb.h device_if.h bus_if.h usb_if.h usbdevs.h \
+SRCS= opt_bus.h opt_usb.h opt_gdb.h device_if.h bus_if.h usb_if.h usbdevs.h \
usb_serial.c
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud