diff options
author | Ryan <fauxpark@gmail.com> | 2022-09-30 03:38:09 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-29 18:38:09 +0100 |
commit | f80058d96e2f1606f648166d320cda15986ced4c (patch) | |
tree | db60471363d59bb52d124a276bde9cf93e93c591 /builddefs | |
parent | cbbb45c13f3de5ec28f62b6cd4a8b77143026500 (diff) |
Start Bluetooth API (#18366)
Diffstat (limited to 'builddefs')
-rw-r--r-- | builddefs/common_features.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builddefs/common_features.mk b/builddefs/common_features.mk index 0e9e45220f..951932ade9 100644 --- a/builddefs/common_features.mk +++ b/builddefs/common_features.mk @@ -882,7 +882,7 @@ ifeq ($(strip $(BLUETOOTH_ENABLE)), yes) OPT_DEFS += -DBLUETOOTH_ENABLE NO_USB_STARTUP_CHECK := yes COMMON_VPATH += $(DRIVER_PATH)/bluetooth - SRC += outputselect.c + SRC += outputselect.c bluetooth.c ifeq ($(strip $(BLUETOOTH_DRIVER)), BluefruitLE) OPT_DEFS += -DBLUETOOTH_BLUEFRUIT_LE -DHAL_USE_SPI=TRUE |