aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xports/zephyr/make-minimal2
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/zephyr/make-minimal b/ports/zephyr/make-minimal
index 1fc143e4d..d7dddc334 100755
--- a/ports/zephyr/make-minimal
+++ b/ports/zephyr/make-minimal
@@ -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 \
"$@"