aboutsummaryrefslogtreecommitdiff
path: root/extmod/extmod.cmake
diff options
context:
space:
mode:
authoriabdalkader <i.abdalkader@gmail.com>2021-08-29 18:58:31 +0200
committerDamien George <damien@micropython.org>2021-09-19 23:35:10 +1000
commit2c5e9bbdface4eb163b53f486359ca2208b7b0a5 (patch)
tree5b127dd4fd824111bde507c654e09d4054fe65af /extmod/extmod.cmake
parent38f8e852e04013e4616097320bf9cf75051a1b6b (diff)
extmod: Add platform module.
It contains the compiler version, and underlying system HAL/SDK version.
Diffstat (limited to 'extmod/extmod.cmake')
-rw-r--r--extmod/extmod.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/extmod/extmod.cmake b/extmod/extmod.cmake
index 3353112ba..67f7d8fd3 100644
--- a/extmod/extmod.cmake
+++ b/extmod/extmod.cmake
@@ -25,6 +25,7 @@ set(MICROPY_SOURCE_EXTMOD
${MICROPY_EXTMOD_DIR}/moduhashlib.c
${MICROPY_EXTMOD_DIR}/moduheapq.c
${MICROPY_EXTMOD_DIR}/modujson.c
+ ${MICROPY_EXTMOD_DIR}/moduplatform.c
${MICROPY_EXTMOD_DIR}/modurandom.c
${MICROPY_EXTMOD_DIR}/modure.c
${MICROPY_EXTMOD_DIR}/moduselect.c