mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Always build all modules for LINT
This commit is contained in:
parent
96c066cc83
commit
5a7ed3fb13
2 changed files with 4 additions and 1 deletions
|
|
@ -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 a new issue