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>
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to