svn commit: r303282 - head/sys/modules

Ed Maste emaste at FreeBSD.org
Mon Jul 25 00:49:28 UTC 2016


Author: emaste
Date: Mon Jul 25 00:49:27 2016
New Revision: 303282
URL: https://svnweb.freebsd.org/changeset/base/303282

Log:
  avoid building otusfw when WITHOUT_SOURCELESS_UCODE set
  
  PR:		204748
  Submitted by:	Fabian Keil
  Obtained from:	ElectroBSD
  MFC after:	1 week

Modified:
  head/sys/modules/Makefile

Modified: head/sys/modules/Makefile
==============================================================================
--- head/sys/modules/Makefile	Mon Jul 25 00:46:45 2016	(r303281)
+++ head/sys/modules/Makefile	Mon Jul 25 00:49:27 2016	(r303282)
@@ -279,7 +279,7 @@ SUBDIR=	\
 	${_nxge} \
 	oce \
 	otus \
-	otusfw \
+	${_otusfw} \
 	ow \
 	${_padlock} \
 	${_padlock_rng} \
@@ -498,6 +498,7 @@ _fatm=		fatm
 _fxp=		fxp
 _ispfw=		ispfw
 _mwlfw=		mwlfw
+_otusfw=	otusfw
 _ralfw=		ralfw
 _rtwnfw=	rtwnfw
 _urtwnfw=	urtwnfw


More information about the svn-src-all mailing list