mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 14:49:36 -04:00
Fix this to what I've actually submitted.
This commit is contained in:
parent
05ab391fde
commit
eb765a4d80
1 changed files with 1 additions and 1 deletions
|
|
@ -178,7 +178,7 @@ DISTRIBUTIONS?= ${BASE_DISTS} ${OTHER_DISTS}
|
|||
# has both configuration files. Otherwise only GENERIC is done.
|
||||
#
|
||||
KERNELS+= GENERIC
|
||||
.if !exists(${.CURDIR}/../sys/${TARGET}/conf/SMP)
|
||||
.if exists(${.CURDIR}/../sys/${TARGET}/conf/SMP)
|
||||
KERNELS+= SMP
|
||||
.endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue