stm32/Makefile: Rename SRC_LIB to LIB_SRC_C to match other ports.

This commit is contained in:
Jim Mussared
2020-04-07 14:50:56 +10:00
committed by Damien George
parent cb5994d96e
commit 0da47ecc93
4 changed files with 15 additions and 17 deletions

View File

@@ -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 \