diff options
| author | Ayush Singh <ayush@beagleboard.org> | 2025-09-15 14:18:41 +0530 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2025-09-16 13:04:42 +1000 |
| commit | 2dc6873bbc32dcae78a061b394a2dbfd53e70650 (patch) | |
| tree | 603b2f690870e4896d696cf3440ed83abf759e87 /py/py.cmake | |
| parent | a69425b533932bbcac0ef463f9e27f79ff2150e3 (diff) | |
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>
Diffstat (limited to 'py/py.cmake')
| -rw-r--r-- | py/py.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py/py.cmake b/py/py.cmake index 1c81ed4c5..ec2a5d832 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 |
