svn commit: r184221 - head/sys/modules/u3g

Nick Hibma n_hibma at FreeBSD.org
Fri Oct 24 07:19:09 UTC 2008


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>


More information about the svn-src-all mailing list