diff options
| author | Damien George <damien.p.george@gmail.com> | 2018-02-23 17:24:57 +1100 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2018-02-23 17:24:57 +1100 |
| commit | 638b860066ddf6a684ce2d573917b3c8a5817ba2 (patch) | |
| tree | 3a4f4c49146ee15075543e3edc0083743e99d204 /py | |
| parent | ae4a07730af7fe4f62f9f61e8b600e39f557925e (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.mk | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 \ |
