diff options
author | Damien George <damien.p.george@gmail.com> | 2016-11-16 16:25:06 +1100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2016-11-16 18:13:51 +1100 |
commit | e5ef15a9d7bead2a60009caedbc128a8906c7ecd (patch) | |
tree | 6228f2f42be931bbb7d88f353d9c673be251afd8 /py/py.mk | |
parent | 511c083811ca538753dfccc7c908048b2c23bea4 (diff) | |
download | micropython-e5ef15a9d7bead2a60009caedbc128a8906c7ecd.tar.gz micropython-e5ef15a9d7bead2a60009caedbc128a8906c7ecd.zip |
py/lexer: Provide generic mp_lexer_new_from_file based on mp_reader.
If a port defines MICROPY_READER_POSIX or MICROPY_READER_FATFS then
lexer.c now provides an implementation of mp_lexer_new_from_file using
the mp_reader_new_file function.
Diffstat (limited to 'py/py.mk')
-rw-r--r-- | py/py.mk | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -229,7 +229,6 @@ PY_O_BASENAME = \ ../extmod/vfs_fat_diskio.o \ ../extmod/vfs_fat_file.o \ ../extmod/vfs_fat_reader.o \ - ../extmod/vfs_fat_lexer.o \ ../extmod/vfs_fat_misc.o \ ../extmod/utime_mphal.o \ ../extmod/uos_dupterm.o \ |