Skip to content

Commit 2dc6873

Browse files
Ayush1325dpgeorge
authored andcommitted
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 <ayush@beagleboard.org>
1 parent a69425b commit 2dc6873

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

py/py.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ set(MICROPY_SOURCE_PY
5858
${MICROPY_PY_DIR}/mpz.c
5959
${MICROPY_PY_DIR}/nativeglue.c
6060
${MICROPY_PY_DIR}/nlr.c
61+
${MICROPY_PY_DIR}/nlraarch64.c
6162
${MICROPY_PY_DIR}/nlrmips.c
6263
${MICROPY_PY_DIR}/nlrpowerpc.c
6364
${MICROPY_PY_DIR}/nlrrv32.c

0 commit comments

Comments
 (0)