From e5ef15a9d7bead2a60009caedbc128a8906c7ecd Mon Sep 17 00:00:00 2001 From: Damien George Date: Wed, 16 Nov 2016 16:25:06 +1100 Subject: 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. --- py/py.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'py/py.mk') diff --git a/py/py.mk b/py/py.mk index 1557e07b7..1683b7b4b 100644 --- a/py/py.mk +++ b/py/py.mk @@ -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 \ -- cgit v1.2.3