svn commit: r281645 - head/sys/modules/usb

Hans Petter Selasky hselasky at FreeBSD.org
Fri Apr 17 07:11:11 UTC 2015


Author: hselasky
Date: Fri Apr 17 07:11:10 2015
New Revision: 281645
URL: https://svnweb.freebsd.org/changeset/base/281645

Log:
  Build the USB DisplayLink driver by default.

Modified:
  head/sys/modules/usb/Makefile

Modified: head/sys/modules/usb/Makefile
==============================================================================
--- head/sys/modules/usb/Makefile	Fri Apr 17 07:07:06 2015	(r281644)
+++ head/sys/modules/usb/Makefile	Fri Apr 17 07:11:10 2015	(r281645)
@@ -56,6 +56,7 @@ SUBDIR += ${_urtwn} ${_urtwnfw}
 SUBDIR += atp uhid ukbd ums udbp ufm uep wsp uled
 SUBDIR += ucom u3g uark ubsa ubser uchcom ucycom ufoma uftdi ugensa uipaq ulpt \
 	  umct umcs umodem umoscom uplcom uslcom uvisor uvscom
+SUBDIR += udl
 SUBDIR += uether aue axe axge cdce cue ${_kue} mos rue smsc udav uhso ipheth
 SUBDIR += urndis
 SUBDIR += usfs umass urio


More information about the svn-src-head mailing list