8000 zephyr/make-minimal: Disable FAT and LFS2 options to make it build. · micropython/micropython@41b7734 · GitHub
[go: up one dir, main page]

Skip to content

Commit 41b7734

Browse files
committed
8000
zephyr/make-minimal: Disable FAT and LFS2 options to make it build.
Signed-off-by: Damien George <damien@micropython.org>
1 parent f84145b commit 41b7734

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ports/zephyr/make-minimal

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
make \
1212
CONF_FILE=prj_minimal.conf \
1313
CFLAGS_EXTRA='-DMP_CONFIGFILE="<mpconfigport_minimal.h>"' \
14+
MICROPY_VFS_FAT=0 \
15+
MICROPY_VFS_LFS2=0 \
1416
FROZEN_DIR= \
1517
QEMU_NET=0 \
1618
"$@"

0 commit comments

Comments
 (0)
0