diff options
author | Damien George <damien.p.george@gmail.com> | 2017-01-29 15:16:51 +1100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2017-01-30 12:26:07 +1100 |
commit | 8beba7310f5aee77c179ec1852471f041937b54b (patch) | |
tree | 9fcd355a967fe0e1ed5a72dc277be0fe3873c488 /py/py.mk | |
parent | 56506fd64a40f9c5ea97888245df6f2cb8b20744 (diff) | |
download | micropython-8beba7310f5aee77c179ec1852471f041937b54b.tar.gz micropython-8beba7310f5aee77c179ec1852471f041937b54b.zip |
extmod/vfs_fat: Remove MICROPY_READER_FATFS component.
Diffstat (limited to 'py/py.mk')
-rw-r--r-- | py/py.mk | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -240,7 +240,6 @@ PY_O_BASENAME = \ ../extmod/vfs_fat_ffconf.o \ ../extmod/vfs_fat_diskio.o \ ../extmod/vfs_fat_file.o \ - ../extmod/vfs_fat_reader.o \ ../extmod/vfs_fat_misc.o \ ../extmod/utime_mphal.o \ ../extmod/uos_dupterm.o \ |