summaryrefslogtreecommitdiff
path: root/py/py.mk
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-02-28 17:17:24 +0200
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-02-28 17:17:24 +0200
commitcd6d189f48ccb02761ee286e1254c764ee732d7f (patch)
tree851f2f65ee10270722ffc4f245c64074e46338c0 /py/py.mk
parent8a180845711d881d31876a43259092eaf03268f7 (diff)
extmod/vfs_fat: Move listdir() method from stmhal for reuse.
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 bbcd82566..9cf731b99 100644
--- a/py/py.mk
+++ b/py/py.mk
@@ -174,6 +174,7 @@ PY_O_BASENAME = \
../extmod/vfs_fat_ffconf.o \
../extmod/vfs_fat_diskio.o \
../extmod/vfs_fat_file.o \
+ ../extmod/vfs_fat_misc.o \
../extmod/moduos_dupterm.o \
# prepend the build destination prefix to the py object files