mirror of
https://github.com/micropython/micropython.git
synced 2026-01-09 21:50:31 +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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user