extmod/moduos_dupterm: Renamed to uos_dupterm.
As part of file naming clean up (moduos_dupterm doesn't implement a full module, so should skip "mod" prefix, similar to other files in extmod/).
This commit is contained in:
parent
67c91df7e8
commit
f00ecdb54d
2
py/py.mk
2
py/py.mk
@ -230,7 +230,7 @@ PY_O_BASENAME = \
|
|||||||
../extmod/vfs_fat_lexer.o \
|
../extmod/vfs_fat_lexer.o \
|
||||||
../extmod/vfs_fat_misc.o \
|
../extmod/vfs_fat_misc.o \
|
||||||
../extmod/utime_mphal.o \
|
../extmod/utime_mphal.o \
|
||||||
../extmod/moduos_dupterm.o \
|
../extmod/uos_dupterm.o \
|
||||||
../lib/embed/abort_.o \
|
../lib/embed/abort_.o \
|
||||||
../lib/utils/printf.o \
|
../lib/utils/printf.o \
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user