svn commit: r353648 - head/sys/modules

Andriy Gapon avg at FreeBSD.org
Wed Oct 16 15:01:45 UTC 2019


Author: avg
Date: Wed Oct 16 15:01:44 2019
New Revision: 353648
URL: https://svnweb.freebsd.org/changeset/base/353648

Log:
  attach itwd to the module build on x86
  
  MFC after:	19 days
  X-MFC with:	r353647

Modified:
  head/sys/modules/Makefile

Modified: head/sys/modules/Makefile
==============================================================================
--- head/sys/modules/Makefile	Wed Oct 16 14:57:38 2019	(r353647)
+++ head/sys/modules/Makefile	Wed Oct 16 15:01:44 2019	(r353648)
@@ -184,6 +184,7 @@ SUBDIR=	\
 	${_iser} \
 	isp \
 	${_ispfw} \
+	${_itwd} \
 	${_iwi} \
 	${_iwifw} \
 	${_iwm} \
@@ -598,6 +599,7 @@ _et=		et
 _exca=		exca
 _if_ndis=	if_ndis
 _io=		io
+_itwd=		itwd
 _ix=		ix
 _ixv=		ixv
 .if ${MK_SOURCELESS_UCODE} != "no"


More information about the svn-src-head mailing list