summaryrefslogtreecommitdiffstatshomepage
path: root/py
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-03-03 13:25:44 +0200
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-03-03 13:25:44 +0200
commit453a2a3d7c61be155bca0ac93d1d0193dd4ad1bc (patch)
treebc80024cefaa2b01581b02b6c8a758d66afc4515 /py
parent701c4152c1efc937b0f58249cc1273c5a64bed9e (diff)
downloadmicropython-453a2a3d7c61be155bca0ac93d1d0193dd4ad1bc.tar.gz
micropython-453a2a3d7c61be155bca0ac93d1d0193dd4ad1bc.zip
extmod/vfs_fat: Add lexer, move from stmhal port for reuse.
Diffstat (limited to 'py')
-rw-r--r--py/py.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/py/py.mk b/py/py.mk
index 9cf731b99f..1c746c923f 100644
--- a/py/py.mk
+++ b/py/py.mk
@@ -174,6 +174,7 @@ PY_O_BASENAME = \
../extmod/vfs_fat_ffconf.o \
../extmod/vfs_fat_diskio.o \
../extmod/vfs_fat_file.o \
+ ../extmod/vfs_fat_lexer.o \
../extmod/vfs_fat_misc.o \
../extmod/moduos_dupterm.o \