svn commit: r246585 - head/sys/modules/usb/smsc

Xin LI delphij at FreeBSD.org
Sat Feb 9 06:31:22 UTC 2013


Author: delphij
Date: Sat Feb  9 06:31:22 2013
New Revision: 246585
URL: http://svnweb.freebsd.org/changeset/base/246585

Log:
  Fix LINT build for ARM.

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

Modified: head/sys/modules/usb/smsc/Makefile
==============================================================================
--- head/sys/modules/usb/smsc/Makefile	Sat Feb  9 06:31:13 2013	(r246584)
+++ head/sys/modules/usb/smsc/Makefile	Sat Feb  9 06:31:22 2013	(r246585)
@@ -33,5 +33,6 @@ KMOD=	if_smsc
 SRCS=	opt_bus.h opt_usb.h device_if.h bus_if.h usb_if.h usbdevs.h \
 	miibus_if.h opt_inet.h opt_platform.h \
 	if_smsc.c
+SRCS+=	ofw_bus_if.h
 
 .include <bsd.kmod.mk>


More information about the svn-src-all mailing list