svn commit: r246195 - in head/sys/modules/usb: . smsc

Hans Petter Selasky hselasky at FreeBSD.org
Fri Feb 1 07:19:20 UTC 2013


Author: hselasky
Date: Fri Feb  1 07:19:19 2013
New Revision: 246195
URL: http://svnweb.freebsd.org/changeset/base/246195

Log:
  Include SMSC driver into default kernel build.

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

Modified: head/sys/modules/usb/Makefile
==============================================================================
--- head/sys/modules/usb/Makefile	Fri Feb  1 07:05:43 2013	(r246194)
+++ head/sys/modules/usb/Makefile	Fri Feb  1 07:19:19 2013	(r246195)
@@ -36,7 +36,7 @@ SUBDIR += ${_rum} run ${_uath} upgt usie
 SUBDIR += atp uhid ukbd ums udbp ufm uep
 SUBDIR += ucom u3g uark ubsa ubser uchcom ucycom ufoma uftdi ugensa uipaq ulpt \
 	  umct umcs umodem umoscom uplcom uslcom uvisor uvscom
-SUBDIR += uether aue axe cdce cue ${_kue} mos rue udav uhso ipheth
+SUBDIR += uether aue axe cdce cue ${_kue} mos rue smsc udav uhso ipheth
 SUBDIR += usfs umass urio
 SUBDIR += quirk template
 

Modified: head/sys/modules/usb/smsc/Makefile
==============================================================================
--- head/sys/modules/usb/smsc/Makefile	Fri Feb  1 07:05:43 2013	(r246194)
+++ head/sys/modules/usb/smsc/Makefile	Fri Feb  1 07:19:19 2013	(r246195)
@@ -31,7 +31,7 @@ S=     ${.CURDIR}/../../..
 
 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 \
+	miibus_if.h opt_inet.h opt_platform.h \
 	if_smsc.c
 
 .include <bsd.kmod.mk>


More information about the svn-src-all mailing list