Date: Mon, 19 Oct 2009 21:54:41 +0000 (UTC) From: Andrew Thompson <thompsa@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r198258 - head/sys/modules/usb/ucom Message-ID: <200910192154.n9JLsf00016440@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910192154.n9JLsf00016440>