summaryrefslogtreecommitdiff
path: root/common_features.mk
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2021-12-22 16:51:39 +1100
committerGitHub <noreply@github.com>2021-12-22 16:51:39 +1100
commit77d3e564f723c12f2ffb501553b1e78bbe0ea84a (patch)
tree2ab02b8bfb5cf9a07fec715b927ac9b8ec172200 /common_features.mk
parent78648b37e97d0574a79632fe09ef7d8a0a4cbc27 (diff)
Migrate RN42 to UART driver and refactor (#15492)
Diffstat (limited to 'common_features.mk')
-rw-r--r--common_features.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/common_features.mk b/common_features.mk
index fed005ff5a..5cde023d10 100644
--- a/common_features.mk
+++ b/common_features.mk
@@ -720,6 +720,7 @@ ifeq ($(strip $(BLUETOOTH_ENABLE)), yes)
ifeq ($(strip $(BLUETOOTH_DRIVER)), RN42)
OPT_DEFS += -DMODULE_RN42
- SRC += $(TMK_DIR)/protocol/serial_uart.c
+ SRC += $(DRIVER_PATH)/bluetooth/rn42.c
+ QUANTUM_LIB_SRC += uart.c
endif
endif