aboutsummaryrefslogtreecommitdiff
path: root/ports/zephyr
diff options
context:
space:
mode:
authorDamien George2021-04-09 00:59:16 +1000
committerDamien George2021-04-09 13:08:35 +1000
commit5dcc9b3b16cf6a27acf01bdf8a7d23ae2aff56e3 (patch)
tree991f3ef221f7f26d0fabcc5f2434a200e33e1619 /ports/zephyr
parent0fabda31de33b38c6858925d9195731deba6f54a (diff)
py/py.cmake: Introduce MICROPY_INC_CORE as a list with core includes.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'ports/zephyr')
-rw-r--r--ports/zephyr/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/zephyr/CMakeLists.txt b/ports/zephyr/CMakeLists.txt
index 08868d716..716642979 100644
--- a/ports/zephyr/CMakeLists.txt
+++ b/ports/zephyr/CMakeLists.txt
@@ -85,7 +85,7 @@ set(MICROPY_CPP_FLAGS_EXTRA ${includes} ${system_includes} ${definitions} ${opti
zephyr_library_named(${MICROPY_TARGET})
zephyr_library_include_directories(
- ${MICROPY_DIR}
+ ${MICROPY_INC_CORE}
${MICROPY_PORT_DIR}
${CMAKE_CURRENT_BINARY_DIR}
)