summaryrefslogtreecommitdiff
path: root/py/py.mk
diff options
context:
space:
mode:
authorYonatan Goldschmidt <yon.goldschmidt@gmail.com>2019-02-10 22:35:18 +0200
committerDamien George <damien.p.george@gmail.com>2019-02-14 00:35:45 +1100
commitbc4f8b438b56cf1b4f6b44febcd0d83599cbbd68 (patch)
tree48a549df981c2471d12cdbe9f135f90b37cf9878 /py/py.mk
parentd1acca3c71780545e067e85b444b495cc9801b2b (diff)
extmod/moduwebsocket: Refactor `websocket` to `uwebsocket`.
As mentioned in #4450, `websocket` was experimental with a single intended user, `webrepl`. Therefore, we'll make this change without a weak link `websocket` -> `uwebsocket`.
Diffstat (limited to 'py/py.mk')
-rw-r--r--py/py.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/py.mk b/py/py.mk
index 759c7e6ce..a6eeaa4b8 100644
--- a/py/py.mk
+++ b/py/py.mk
@@ -256,7 +256,7 @@ PY_EXTMOD_O_BASENAME = \
extmod/modussl_mbedtls.o \
extmod/modurandom.o \
extmod/moduselect.o \
- extmod/modwebsocket.o \
+ extmod/moduwebsocket.o \
extmod/modwebrepl.o \
extmod/modframebuf.o \
extmod/vfs.o \