aboutsummaryrefslogtreecommitdiff
path: root/ports/esp32
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/esp32
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/esp32')
-rw-r--r--ports/esp32/main/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/esp32/main/CMakeLists.txt b/ports/esp32/main/CMakeLists.txt
index 1f4bb3175..2bfc09558 100644
--- a/ports/esp32/main/CMakeLists.txt
+++ b/ports/esp32/main/CMakeLists.txt
@@ -132,7 +132,7 @@ idf_component_register(
${MICROPY_SOURCE_DRIVERS}
${MICROPY_SOURCE_PORT}
INCLUDE_DIRS
- ${MICROPY_DIR}
+ ${MICROPY_INC_CORE}
${MICROPY_INC_USERMOD}
${MICROPY_PORT_DIR}
${MICROPY_BOARD_DIR}