summaryrefslogtreecommitdiffstatshomepage
path: root/py/py.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'py/py.cmake')
-rw-r--r--py/py.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/py/py.cmake b/py/py.cmake
index be5deca251..2b5d437b57 100644
--- a/py/py.cmake
+++ b/py/py.cmake
@@ -2,6 +2,8 @@
set(MICROPY_PY_DIR "${MICROPY_DIR}/py")
+list(APPEND MICROPY_INC_CORE "${MICROPY_DIR}")
+
# All py/ source files
set(MICROPY_SOURCE_PY
${MICROPY_PY_DIR}/argcheck.c