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

Rui Paulo rpaulo at FreeBSD.org
Tue Jul 16 06:43:38 UTC 2013


Author: rpaulo
Date: Tue Jul 16 06:43:37 2013
New Revision: 253378
URL: http://svnweb.freebsd.org/changeset/base/253378

Log:
  Add urtwnfw.

Modified:
  head/sys/modules/usb/Makefile

Modified: head/sys/modules/usb/Makefile
==============================================================================
--- head/sys/modules/usb/Makefile	Tue Jul 16 04:39:44 2013	(r253377)
+++ head/sys/modules/usb/Makefile	Tue Jul 16 06:43:37 2013	(r253378)
@@ -32,7 +32,7 @@
 
 SUBDIR = usb
 SUBDIR += ${_dwc_otg} ehci ${_musb} ohci uhci xhci ${_uss820dci} ${_at91dci} ${_atmegadci} ${_avr32dci}
-SUBDIR += ${_rum} run ${_uath} upgt usie ural ${_zyd} ${_urtw} urtwn
+SUBDIR += ${_rum} run ${_uath} upgt usie ural ${_zyd} ${_urtw} urtwn urtwnfw
 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


More information about the svn-src-head mailing list