mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 12:10:13 +01:00
stm32/boards/PYBD_SFx: Allow FROZEN_MANIFEST to be overridden.
Because mpconfigboard.mk used = rather then ?= it doesn't allow FROZEN_MANIFEST to be overridden using a GNUmakefile or the manifest.
This commit is contained in:
committed by
Damien George
parent
a82fad7d8e
commit
9d7c168bf5
@@ -20,4 +20,4 @@ MICROPY_SSL_MBEDTLS = 1
|
||||
MICROPY_VFS_LFS2 = 1
|
||||
|
||||
# PYBD-specific frozen modules
|
||||
FROZEN_MANIFEST = $(BOARD_DIR)/manifest.py
|
||||
FROZEN_MANIFEST ?= $(BOARD_DIR)/manifest.py
|
||||
|
||||
@@ -20,4 +20,4 @@ MICROPY_SSL_MBEDTLS = 1
|
||||
MICROPY_VFS_LFS2 = 1
|
||||
|
||||
# PYBD-specific frozen modules
|
||||
FROZEN_MANIFEST = boards/PYBD_SF2/manifest.py
|
||||
FROZEN_MANIFEST ?= boards/PYBD_SF2/manifest.py
|
||||
|
||||
@@ -17,4 +17,4 @@ MICROPY_SSL_MBEDTLS = 1
|
||||
MICROPY_VFS_LFS2 = 1
|
||||
|
||||
# PYBD-specific frozen modules
|
||||
FROZEN_MANIFEST = boards/PYBD_SF2/manifest.py
|
||||
FROZEN_MANIFEST ?= boards/PYBD_SF2/manifest.py
|
||||
|
||||
Reference in New Issue
Block a user