Skip to content

Commit

Permalink
morello: make the default kernel purecap
Browse files Browse the repository at this point in the history
Adjust so that we default to GENERIC-MORELLO-PURECAP when doing manual
builds.  The new structure suggests we should make GENERIC-MORELLO be
purecap and add -HYBRID kernels, but that's a proposition with much
further reaching effects.
  • Loading branch information
brooksdavis committed May 3, 2024
1 parent 328f472 commit 51a2a4b
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 @@ -1815,7 +1815,7 @@ NO_KERNELOBJ= t
KERNCONF=${KERNFAST}
.endif
.endif
GENERIC_KERNCONF_SUFX_aarch64c= -MORELLO
GENERIC_KERNCONF_SUFX_aarch64c= -MORELLO-PURECAP
GENERIC_KERNCONF_SUFX_powerpc64= 64
GENERIC_KERNCONF_SUFX_powerpc64le= 64LE
GENERIC_KERNCONF_powerpcspe= MPC85XXSPE
Expand All @@ -1827,7 +1827,7 @@ KRNLCONFDIR= ${KERNSRCDIR}/${TARGET}/conf
KRNLOBJDIR= ${OBJTOP}${KERNSRCDIR:C,^${.CURDIR},,}
KERNCONFDIR?= ${KRNLCONFDIR}

.for _k in ${GENERIC_KERNCONF} MINIMAL${GENERIC_KERNCONF_SUFX_${TARGET_ARCH}} ${GENERIC_KERNCONF}-MMCCAM ${GENERIC_KERNCONF}-PURECAP
.for _k in ${GENERIC_KERNCONF} MINIMAL${GENERIC_KERNCONF_SUFX_${TARGET_ARCH}} ${GENERIC_KERNCONF}-MMCCAM ${GENERIC_KERNCONF:S/-PURECAP$//}
.if exists(${KERNCONFDIR}/${_k})
PKG_KERNCONF+= ${_k}
.for _dbg in NODEBUG DEBUG
Expand Down

0 comments on commit 51a2a4b

Please sign in to comment.