summaryrefslogtreecommitdiff
path: root/extmod/btstack
diff options
context:
space:
mode:
authorJim Mussared <jim.mussared@gmail.com>2020-04-07 14:50:56 +1000
committerDamien George <damien.p.george@gmail.com>2020-04-29 16:38:18 +1000
commit0da47ecc93d3d12095e8d2df2ed80597f2ff4dd4 (patch)
treec6f2c1846be5fc2fdcbcaf6250867018dbbce91e /extmod/btstack
parentcb5994d96e45f26fab4abf5b52ea0f419a060641 (diff)
stm32/Makefile: Rename SRC_LIB to LIB_SRC_C to match other ports.
Diffstat (limited to 'extmod/btstack')
-rw-r--r--extmod/btstack/btstack.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/extmod/btstack/btstack.mk b/extmod/btstack/btstack.mk
index 0a6876b22..ecb1c84bd 100644
--- a/extmod/btstack/btstack.mk
+++ b/extmod/btstack/btstack.mk
@@ -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