diff options
| author | Damien George <damien.p.george@gmail.com> | 2017-04-26 11:16:52 +1000 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2017-04-26 11:16:52 +1000 |
| commit | 7743b1523edee4cabffdfdc7d3d05fef24f38f8d (patch) | |
| tree | 4167d4336d637df2f1c2d1678d09dfce8d21a4d4 /unix/Makefile | |
| parent | 63068875c5b3bb754af4fd5f8006f6d9c0435f7d (diff) | |
unix: Remove obsolete MICROPY_FATFS macro.
It doesn't do anything. The VFS feature is controlled by MICROPY_VFS and
the FatFS driver, by MICROPY_VFS_FAT (which are set in mpconfigport.h).
Diffstat (limited to 'unix/Makefile')
| -rw-r--r-- | unix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/Makefile b/unix/Makefile index 546985306..e08e817bc 100644 --- a/unix/Makefile +++ b/unix/Makefile @@ -213,7 +213,7 @@ minimal: BUILD=build-minimal PROG=micropython_minimal FROZEN_DIR= \ MICROPY_PY_BTREE=0 MICROPY_PY_FFI=0 MICROPY_PY_SOCKET=0 MICROPY_PY_THREAD=0 \ MICROPY_PY_TERMIOS=0 MICROPY_PY_USSL=0 \ - MICROPY_USE_READLINE=0 MICROPY_FATFS=0 + MICROPY_USE_READLINE=0 # build interpreter with nan-boxing as object model nanbox: |
