We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b257c01 commit 7198c25Copy full SHA for 7198c25
ports/mimxrt/Makefile
@@ -10,7 +10,6 @@ CROSS_COMPILE ?= arm-none-eabi-
10
GIT_SUBMODULES += lib/tinyusb lib/nxp_driver
11
12
# MicroPython feature configurations
13
-FROZEN_MANIFEST ?= boards/manifest.py
14
MICROPY_VFS_LFS2 ?= 1
15
MICROPY_VFS_FAT ?= 1
16
@@ -31,6 +30,9 @@ ifeq ($(wildcard $(BOARD_DIR)/.),)
31
30
endif
32
include $(BOARD_DIR)/mpconfigboard.mk
33
+# File containing description of content to be frozen into firmware.
34
+FROZEN_MANIFEST ?= boards/manifest.py
35
+
36
# Include py core make definitions
37
include $(TOP)/py/py.mk
38
include $(TOP)/extmod/extmod.mk
0 commit comments