Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Oct 2019 15:01:45 +0000 (UTC)
From:      Andriy Gapon <avg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r353648 - head/sys/modules
Message-ID:  <201910161501.x9GF1jDx084788@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910161501.x9GF1jDx084788>