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:
parent
f84145bea1
commit
41b7734c46
|
@ -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 \
|
||||
"$@"
|
||||
|
|
Loading…
Reference in New Issue