mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 20:50:14 +01:00
stm32/Makefile: Rename SRC_LIB to LIB_SRC_C to match other ports.
This commit is contained in:
committed by
Damien George
parent
cb5994d96e
commit
0da47ecc93
@@ -16,7 +16,7 @@ ifeq ($(MICROPY_BLUETOOTH_NIMBLE_BINDINGS_ONLY),0)
|
||||
|
||||
NIMBLE_LIB_DIR = lib/mynewt-nimble
|
||||
|
||||
SRC_LIB += $(addprefix $(NIMBLE_LIB_DIR)/, \
|
||||
LIB_SRC_C += $(addprefix $(NIMBLE_LIB_DIR)/, \
|
||||
$(addprefix ext/tinycrypt/src/, \
|
||||
aes_encrypt.c \
|
||||
cmac_mode.c \
|
||||
|
||||
Reference in New Issue
Block a user