svn commit: r335916 - head/sys/conf

Matt Macy mmacy at FreeBSD.org
Tue Jul 3 23:05:43 UTC 2018


Author: mmacy
Date: Tue Jul  3 23:05:42 2018
New Revision: 335916
URL: https://svnweb.freebsd.org/changeset/base/335916

Log:
  Enable MODULE_TIED by default for modules compiled with the kernel
  
  Requested by: jhb

Modified:
  head/sys/conf/kern.post.mk

Modified: head/sys/conf/kern.post.mk
==============================================================================
--- head/sys/conf/kern.post.mk	Tue Jul  3 22:54:46 2018	(r335915)
+++ head/sys/conf/kern.post.mk	Tue Jul  3 23:05:42 2018	(r335916)
@@ -14,6 +14,7 @@ MKMODULESENV+=	DESTDIR="${DESTDIR}"
 .endif
 SYSDIR?= ${S:C;^[^/];${.CURDIR}/&;:tA}
 MKMODULESENV+=	KERNBUILDDIR="${.CURDIR}" SYSDIR="${SYSDIR}"
+MKMODULESENV+=  MODULE_TIED=yes
 
 .if defined(CONF_CFLAGS)
 MKMODULESENV+=	CONF_CFLAGS="${CONF_CFLAGS}"


More information about the svn-src-all mailing list