Enable MODULE_TIED by default for modules compiled with the kernel

Requested by: jhb
This commit is contained in:
Matt Macy 2018-07-03 23:05:42 +00:00
parent 79ba91952d
commit 9f7b089e95
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=335916

View File

@ -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}"