aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/Makefile.arm64
diff options
context:
space:
mode:
Diffstat (limited to 'sys/conf/Makefile.arm64')
-rw-r--r--sys/conf/Makefile.arm641
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/Makefile.arm64 b/sys/conf/Makefile.arm64
index 52f0f9052db3..ed9624ee5446 100644
--- a/sys/conf/Makefile.arm64
+++ b/sys/conf/Makefile.arm64
@@ -88,6 +88,7 @@ ${KERNEL_KO}.bin: ${FULLKERNEL}
@${OBJCOPY} --wildcard --strip-symbol='$$[adtx]*' \
--output-target=binary ${FULLKERNEL} ${.TARGET}.temp
@{ ${NM} ${FULLKERNEL} | \
+ LC_ALL=C \
${AWK} -f $S/tools/arm_kernel_boothdr.awk -v hdrtype=v8booti && \
cat ${.TARGET}.temp; \
} > ${.TARGET}