zephyr/CMakeLists.txt: Enable sys.implementation._build.

This is, eg, `ZEPHYR_NUCLEO_WB55RG`.

Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
Damien George
2025-08-19 12:19:03 +10:00
parent b3c8ed6c33
commit bfda577a3e

View File

@@ -30,6 +30,7 @@ project(micropython)
set(MICROPY_PORT_DIR ${CMAKE_CURRENT_SOURCE_DIR})
set(MICROPY_DIR ${MICROPY_PORT_DIR}/../..)
set(MICROPY_TARGET micropython)
string(TOUPPER ZEPHYR_${BOARD} MICROPY_BOARD)
include(${MICROPY_DIR}/py/py.cmake)
include(${MICROPY_DIR}/extmod/extmod.cmake)