From 2dc6873bbc32dcae78a061b394a2dbfd53e70650 Mon Sep 17 00:00:00 2001 From: Ayush Singh Date: Mon, 15 Sep 2025 14:18:41 +0530 Subject: [PATCH] py/py.cmake: Add nlraarch64. - Required for aarch64 zephyr port targets to build. - Tested with PocketBeagle 2 [0] A53 cores. [0]: https://docs.zephyrproject.org/latest/boards/beagle/pocketbeagle_2/doc/index.html Signed-off-by: Ayush Singh --- py/py.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/py/py.cmake b/py/py.cmake index 1c81ed4c58..ec2a5d832d 100644 --- a/py/py.cmake +++ b/py/py.cmake @@ -58,6 +58,7 @@ set(MICROPY_SOURCE_PY ${MICROPY_PY_DIR}/mpz.c ${MICROPY_PY_DIR}/nativeglue.c ${MICROPY_PY_DIR}/nlr.c + ${MICROPY_PY_DIR}/nlraarch64.c ${MICROPY_PY_DIR}/nlrmips.c ${MICROPY_PY_DIR}/nlrpowerpc.c ${MICROPY_PY_DIR}/nlrrv32.c