summaryrefslogtreecommitdiff
path: root/py
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2018-02-23 17:24:57 +1100
committerDamien George <damien.p.george@gmail.com>2018-02-23 17:24:57 +1100
commit638b860066ddf6a684ce2d573917b3c8a5817ba2 (patch)
tree3a4f4c49146ee15075543e3edc0083743e99d204 /py
parentae4a07730af7fe4f62f9f61e8b600e39f557925e (diff)
extmod/vfs_fat: Merge remaining vfs_fat_misc.c code into vfs_fat.c.
The only function left in vfs_fat_misc.c is fat_vfs_import_stat() which can logically go into vfs_fat.c, allowing to remove vfs_fat_misc.c.
Diffstat (limited to 'py')
-rw-r--r--py/py.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/py/py.mk b/py/py.mk
index 879c63248..7c4cf82d8 100644
--- a/py/py.mk
+++ b/py/py.mk
@@ -244,7 +244,6 @@ PY_EXTMOD_O_BASENAME = \
extmod/vfs_fat.o \
extmod/vfs_fat_diskio.o \
extmod/vfs_fat_file.o \
- extmod/vfs_fat_misc.o \
extmod/utime_mphal.o \
extmod/uos_dupterm.o \
lib/embed/abort_.o \