svn commit: r303616 - stable/11/sys/modules
Ed Maste
emaste at FreeBSD.org
Mon Aug 1 15:49:52 UTC 2016
Author: emaste
Date: Mon Aug 1 15:49:50 2016
New Revision: 303616
URL: https://svnweb.freebsd.org/changeset/base/303616
Log:
MFC r303282: avoid building otusfw when WITHOUT_SOURCELESS_UCODE set
PR: 204748
Approved by: re (kib)
Modified:
stable/11/sys/modules/Makefile
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/sys/modules/Makefile
==============================================================================
--- stable/11/sys/modules/Makefile Mon Aug 1 13:38:48 2016 (r303615)
+++ stable/11/sys/modules/Makefile Mon Aug 1 15:49:50 2016 (r303616)
@@ -278,7 +278,7 @@ SUBDIR= \
${_nxge} \
oce \
otus \
- otusfw \
+ ${_otusfw} \
ow \
${_padlock} \
${_padlock_rng} \
@@ -493,6 +493,7 @@ _fatm= fatm
_fxp= fxp
_ispfw= ispfw
_mwlfw= mwlfw
+_otusfw= otusfw
_ralfw= ralfw
_rtwnfw= rtwnfw
_urtwnfw= urtwnfw
More information about the svn-src-stable
mailing list