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
136b5cbd76

This work was funded through GitHub Sponsors.

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
This commit is contained in:
Jim Mussared
2022-08-18 16:24:27 +10:00
parent 0ceccd4cf8
commit 45ac651d1a
75 changed files with 81 additions and 81 deletions

View File

@@ -185,7 +185,7 @@ PY_CORE_O_BASENAME = $(addprefix py/,\
modmicropython.o \
modstruct.o \
modsys.o \
moduerrno.o \
moderrno.o \
modthread.o \
vm.o \
bc.o \