aboutsummaryrefslogtreecommitdiff
path: root/py/py.mk
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2019-10-18 17:25:08 +1100
committerDamien George <damien.p.george@gmail.com>2019-10-29 14:17:29 +1100
commita099505420221790509ab92611db52d0131e401a (patch)
tree73b4b6ec67b1bacbb697101ea604b2ed1b604361 /py/py.mk
parent98beea9cedca522857d12a741ff8ea90f6b873a3 (diff)
extmod: Add VFS littlefs bindings.
Both LFS1 and LFS2 are supported at the same time.
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 b08b3f80c..8c2d3c7b8 100644
--- a/py/py.mk
+++ b/py/py.mk
@@ -192,6 +192,7 @@ PY_EXTMOD_O_BASENAME = \
extmod/vfs_fat.o \
extmod/vfs_fat_diskio.o \
extmod/vfs_fat_file.o \
+ extmod/vfs_lfs.o \
extmod/utime_mphal.o \
extmod/uos_dupterm.o \
lib/embed/abort_.o \