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

@@ -32,7 +32,7 @@ SRC_BTSTACK += \
$(addprefix lib/btstack/src/classic/, $(SRC_CLASSIC_FILES))
endif
SRC_LIB += $(SRC_BTSTACK)
LIB_SRC_C += $(SRC_BTSTACK)
#$(BUILD)/lib/btstack/src/classic/btstack_link_key_db_static.o: CFLAGS += -Wno-error=pointer-arith
@@ -43,6 +43,4 @@ $(BUILD)/lib/btstack/src/classic/btstack_link_key_db_tlv.o: CFLAGS += -Wno-error
$(BUILD)/lib/btstack/src/classic/goep_client.o: CFLAGS += -Wno-error=format=
$(BUILD)/lib/btstack/src/ble/le_device_db_tlv.o: CFLAGS += -Wno-error=format=
endif