f5f9edf645
This work was funded through GitHub Sponsors. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
16 lines
264 B
Makefile
16 lines
264 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_SSL = 0
|
|
MICROPY_USE_READLINE = 0
|
|
|
|
MICROPY_VFS_FAT = 0
|
|
MICROPY_VFS_LFS1 = 0
|
|
MICROPY_VFS_LFS2 = 0
|