mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 11:10:14 +01:00
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>
This commit is contained in:
committed by
Damien George
parent
a69425b533
commit
2dc6873bbc
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user