summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--release/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile
index 8d5dc24..6bd5eaa 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -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
OpenPOWER on IntegriCloud