diff options
Diffstat (limited to 'py')
-rw-r--r-- | py/py.mk | 1 | ||||
-rw-r--r-- | py/qstrdefs.h | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -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) |