summaryrefslogtreecommitdiffstatshomepage
path: root/py
diff options
context:
space:
mode:
Diffstat (limited to 'py')
-rw-r--r--py/py.mk1
-rw-r--r--py/qstrdefs.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/py/py.mk b/py/py.mk
index bbcd82566a..9cf731b99f 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
diff --git a/py/qstrdefs.h b/py/qstrdefs.h
index ac0703a52b..93eca3e823 100644
--- a/py/qstrdefs.h
+++ b/py/qstrdefs.h
@@ -718,6 +718,7 @@ Q(mount)
Q(umount)
Q(readonly)
Q(mkfs)
+Q(listdir)
Q(readblocks)
Q(writeblocks)
Q(ioctl)