summaryrefslogtreecommitdiffstatshomepage
path: root/py/py.mk
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-02-15 00:16:46 +0200
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-02-15 00:16:46 +0200
commit6b0c88256b03de63280eb7b704f5b6aaa5e9cc46 (patch)
tree93ef978091acb342b01ebafee83fbf1077525b94 /py/py.mk
parent8cb78e0e5356134e9313e745667297d6b9dc46ed (diff)
downloadmicropython-6b0c88256b03de63280eb7b704f5b6aaa5e9cc46.tar.gz
micropython-6b0c88256b03de63280eb7b704f5b6aaa5e9cc46.zip
extmod/vfs_fat_file: Reusable FatFs module, move from stmhal/file.
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 9391bbdfb8..2213e6a0a2 100644
--- a/py/py.mk
+++ b/py/py.mk
@@ -172,6 +172,7 @@ PY_O_BASENAME = \
../extmod/fsusermount.o \
../extmod/vfs_fat.o \
../extmod/vfs_fat_diskio.o \
+ ../extmod/vfs_fat_file.o \
../extmod/moduos_dupterm.o \
# prepend the build destination prefix to the py object files