mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-18 15:30:21 +00:00
Always build all modules for LINT
This commit is contained in:
parent
96c066cc83
commit
5a7ed3fb13
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=90789
@ -86,6 +86,9 @@ SYSTEM_DEP+= $S/conf/ldscript.$M
|
||||
# them.
|
||||
|
||||
MKMODULESENV= MAKEOBJDIRPREFIX=${.OBJDIR}/modules KMODDIR=${KODIR}
|
||||
.if (${KERN_IDENT} == LINT)
|
||||
MKMODULESENV+= ALL_MODULES=LINT
|
||||
.endif
|
||||
.if defined(MODULES_OVERRIDE)
|
||||
MKMODULESENV+= MODULES_OVERRIDE="${MODULES_OVERRIDE}"
|
||||
.endif
|
||||
|
@ -168,7 +168,7 @@ SUBDIR+=linux \
|
||||
SUBDIR+=ext2fs
|
||||
.endif
|
||||
|
||||
.if defined(MODULES_OVERRIDE)
|
||||
.if defined(MODULES_OVERRIDE) && !defined(ALL_MODULES)
|
||||
SUBDIR=${MODULES_OVERRIDE}
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user