diff --git a/Makefile.inc1 b/Makefile.inc1 index 2e8d543f9f16..74ad5d3808e0 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -1591,6 +1591,10 @@ KERNCONF=${KERNFAST} .endif .if ${TARGET_ARCH} == "powerpc64" KERNCONF?= GENERIC64 +.elif ${TARGET_ARCH} == "powerpc64le" +KERNCONF?= GENERIC64LE +.elif ${TARGET_ARCH} == "powerpcspe" +KERNCONF?= MPC85XXSPE .else KERNCONF?= GENERIC .endif