Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default to purecap kernel on morello #2005

Merged
merged 1 commit into from
May 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading