mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 19:20:22 +01:00
zephyr/make-minimal: Disable FAT and LFS2 options to make it build.
Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
@@ -11,6 +11,8 @@
|
||||
make \
|
||||
CONF_FILE=prj_minimal.conf \
|
||||
CFLAGS_EXTRA='-DMP_CONFIGFILE="<mpconfigport_minimal.h>"' \
|
||||
MICROPY_VFS_FAT=0 \
|
||||
MICROPY_VFS_LFS2=0 \
|
||||
FROZEN_DIR= \
|
||||
QEMU_NET=0 \
|
||||
"$@"
|
||||
|
||||
Reference in New Issue
Block a user