Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Oct 2008 07:19:09 +0000 (UTC)
From:      Nick Hibma <n_hibma@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r184221 - head/sys/modules/u3g
Message-ID:  <200810240719.m9O7J9XX083380@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: n_hibma
Date: Fri Oct 24 07:19:09 2008
New Revision: 184221
URL: http://svn.freebsd.org/changeset/base/184221

Log:
  After adding U3G_DEBUG to LINT we need to create the opt_u3g.h file when
  building the module.

Modified:
  head/sys/modules/u3g/Makefile

Modified: head/sys/modules/u3g/Makefile
==============================================================================
--- head/sys/modules/u3g/Makefile	Fri Oct 24 07:16:13 2008	(r184220)
+++ head/sys/modules/u3g/Makefile	Fri Oct 24 07:19:09 2008	(r184221)
@@ -3,6 +3,10 @@
 .PATH: ${.CURDIR}/../../dev/usb
 
 KMOD=	u3g
-SRCS=	u3g.c ucomvar.h opt_usb.h device_if.h bus_if.h usbdevs.h
+SRCS=	opt_usb.h opt_u3g.h \
+	device_if.h bus_if.h \
+	usbdevs.h \
+	ucomvar.h \
+	u3g.c 
 
 .include <bsd.kmod.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810240719.m9O7J9XX083380>