aboutsummaryrefslogtreecommitdiff
path: root/extmod/extmod.cmake
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2021-03-14 15:51:28 +1100
committerDamien George <damien@micropython.org>2021-03-14 15:51:28 +1100
commiteccd73a403aef5b41368752b1d11d95e005bdc4b (patch)
tree623362257e80afd78deccdc9b5db14b45a6cf6a4 /extmod/extmod.cmake
parentdcaf702578045299d5bc007d81669fe1ba640654 (diff)
extmod/extmod.cmake: Add modonewire.c to MICROPY_SOURCE_EXTMOD list.
Signed-off-by: Damien George <damien@micropython.org>
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 6668a2d8a..691c3ce9b 100644
--- a/extmod/extmod.cmake
+++ b/extmod/extmod.cmake
@@ -12,6 +12,7 @@ set(MICROPY_SOURCE_EXTMOD
${MICROPY_EXTMOD_DIR}/modbluetooth.c
${MICROPY_EXTMOD_DIR}/modbtree.c
${MICROPY_EXTMOD_DIR}/modframebuf.c
+ ${MICROPY_EXTMOD_DIR}/modonewire.c
${MICROPY_EXTMOD_DIR}/moduasyncio.c
${MICROPY_EXTMOD_DIR}/modubinascii.c
${MICROPY_EXTMOD_DIR}/moducryptolib.c