aboutsummaryrefslogtreecommitdiff
path: root/py/py.mk
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2019-09-08 22:01:09 +1000
committerDamien George <damien.p.george@gmail.com>2019-10-29 12:55:17 +1100
commite1c7b1cb431f17bc00a76e7d411f5106b1a967cc (patch)
tree2cde0da249c0863ae586e2f007f55aa84486951d /py/py.mk
parent9aabb6c01ba4166bb389e28b55f21614fca5aa7f (diff)
extmod/vfs_blockdev: Factor out block device interface code.
Diffstat (limited to 'py/py.mk')
-rw-r--r--py/py.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/py/py.mk b/py/py.mk
index d7021d326..b08b3f80c 100644
--- a/py/py.mk
+++ b/py/py.mk
@@ -185,6 +185,7 @@ PY_EXTMOD_O_BASENAME = \
extmod/modwebrepl.o \
extmod/modframebuf.o \
extmod/vfs.o \
+ extmod/vfs_blockdev.o \
extmod/vfs_reader.o \
extmod/vfs_posix.o \
extmod/vfs_posix_file.o \