Commit 41b7734c authored by Damien George's avatar Damien George

zephyr/make-minimal: Disable FAT and LFS2 options to make it build.

Signed-off-by: default avatarDamien George <damien@micropython.org>
parent f84145be
......@@ -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 \
"$@"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment