Skip to content

Commit

Permalink
morello: make the default kernel purecap
Browse files Browse the repository at this point in the history
Reorder so that we default to GENERIC-MORELLO-PURECAP when doing manual
builds.
  • Loading branch information
brooksdavis committed Feb 7, 2024
1 parent 265d75d commit b22a3a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.inc1
Original file line number Diff line number Diff line change
Expand Up @@ -1814,8 +1814,8 @@ KERNCONF=${KERNFAST}
.endif
.endif
.if ${TARGET_ARCH} == "aarch64c"
KERNCONF?= GENERIC-MORELLO GENERIC-MORELLO-NODEBUG \
GENERIC-MORELLO-PURECAP GENERIC-MORELLO-PURECAP-NODEBUG
KERNCONF?= GENERIC-MORELLO-PURECAP GENERIC-MORELLO-PURECAP-NODEBUG \
GENERIC-MORELLO GENERIC-MORELLO-NODEBUG
NO_INSTALLEXTRAKERNELS?= no
.elif ${TARGET_ARCH} == "powerpc64"
KERNCONF?= GENERIC64
Expand Down

0 comments on commit b22a3a4

Please sign in to comment.