diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-02-13 23:03:23 +0200 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-02-14 19:15:22 +0200 |
commit | 8a43a41b3aa662c44bef46002529467036ea81cf (patch) | |
tree | d8b39442a0cdee431dee77b6274616abbc2f5fe4 /py | |
parent | e9be6a378c23ece54521fb9098fda028f6c7d88f (diff) | |
download | micropython-8a43a41b3aa662c44bef46002529467036ea81cf.tar.gz micropython-8a43a41b3aa662c44bef46002529467036ea81cf.zip |
unix: Enable VfsFat support.
Diffstat (limited to 'py')
-rw-r--r-- | py/py.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -170,6 +170,7 @@ PY_O_BASENAME = \ ../extmod/modussl.o \ ../extmod/modurandom.o \ ../extmod/fsusermount.o \ + ../extmod/vfs_fat.o \ ../extmod/moduos_dupterm.o \ # prepend the build destination prefix to the py object files |