summaryrefslogtreecommitdiff
path: root/py/py.cmake
diff options
context:
space:
mode:
authorJim Mussared <jim.mussared@gmail.com>2022-08-18 16:24:27 +1000
committerJim Mussared <jim.mussared@gmail.com>2023-06-08 17:54:17 +1000
commit45ac651d1a2801bccbdc32fddaa9b029ed4ce879 (patch)
tree5e418b8ffe113c4a75cb14f39cdc87757c7b592e /py/py.cmake
parent0ceccd4cf809ef067feea8c42614b1bd07984451 (diff)
all: Rename *umodule*.c to remove the "u" prefix.
Updates any includes, and references from Makefiles/CMake. This essentially reverts what was done long ago in commit 136b5cbd7669e8318f8455fc2706da97a5b7994c This work was funded through GitHub Sponsors. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
Diffstat (limited to 'py/py.cmake')
-rw-r--r--py/py.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/py.cmake b/py/py.cmake
index 07d1fe05f..95a841b5f 100644
--- a/py/py.cmake
+++ b/py/py.cmake
@@ -47,7 +47,7 @@ set(MICROPY_SOURCE_PY
${MICROPY_PY_DIR}/modstruct.c
${MICROPY_PY_DIR}/modsys.c
${MICROPY_PY_DIR}/modthread.c
- ${MICROPY_PY_DIR}/moduerrno.c
+ ${MICROPY_PY_DIR}/moderrno.c
${MICROPY_PY_DIR}/mpprint.c
${MICROPY_PY_DIR}/mpstate.c
${MICROPY_PY_DIR}/mpz.c