Skip to content

Commit

Permalink
build(ThirdParty): Added flag to select BLE_API directory (#1274)
Browse files Browse the repository at this point in the history
  • Loading branch information
EricB-ADI authored Nov 19, 2024
1 parent 7500d4f commit 247e670
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Libraries/libs.mk
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,9 @@ INIT_EXTENDED ?= 0
# Default directory for libphy
LIB_PHY_DIR ?= $(LIBS_DIR)/BlePhy

BLE_API ?= Cordio
# Include the Cordio Library
CORDIO_DIR ?= $(LIBS_DIR)/Cordio
CORDIO_DIR ?= $(LIBS_DIR)/$(BLE_API)
include $(CORDIO_DIR)/platform/targets/maxim/build/cordio_lib.mk
PROJ_CFLAGS += -D__CORDIO__

Expand Down

0 comments on commit 247e670

Please sign in to comment.