mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Allow USB modules to be built in parallel.
This commit is contained in:
parent
86b86ce035
commit
75d07abd2d
1 changed files with 5 additions and 0 deletions
|
|
@ -28,6 +28,11 @@
|
|||
SYSDIR?=${.CURDIR}/../..
|
||||
.include "${SYSDIR}/conf/kern.opts.mk"
|
||||
|
||||
#
|
||||
# Allow USB modules to be built in parallel
|
||||
#
|
||||
SUBDIR_PARALLEL=
|
||||
|
||||
#
|
||||
# Check for common USB debug flags to pass when building the USB
|
||||
# modules in this directory:
|
||||
|
|
|
|||
Loading…
Reference in a new issue