51b054dd66
All variants (except minimal) enable text compression and fat/lfs, so move them to the common mpconfigport.mk. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
16 lines
265 B
Makefile
16 lines
265 B
Makefile
# build a minimal interpreter
|
|
|
|
FROZEN_MANIFEST =
|
|
|
|
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_VFS_FAT = 0
|
|
MICROPY_VFS_LFS1 = 0
|
|
MICROPY_VFS_LFS2 = 0
|