svn commit: r198258 - head/sys/modules/usb/ucom

Andrew Thompson thompsa at FreeBSD.org
Mon Oct 19 21:54:42 UTC 2009


Author: thompsa
Date: Mon Oct 19 21:54:41 2009
New Revision: 198258
URL: http://svn.freebsd.org/changeset/base/198258

Log:
  Add opt_gdb.h which is now needed by ucom.

Modified:
  head/sys/modules/usb/ucom/Makefile

Modified: head/sys/modules/usb/ucom/Makefile
==============================================================================
--- head/sys/modules/usb/ucom/Makefile	Mon Oct 19 21:52:02 2009	(r198257)
+++ head/sys/modules/usb/ucom/Makefile	Mon Oct 19 21:54:41 2009	(r198258)
@@ -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>


More information about the svn-src-all mailing list