From 11ea5250f1e538228f9ad2dfa2ed3af120a33c8f Mon Sep 17 00:00:00 2001 From: 1Conan Date: Tue, 23 Jul 2024 14:09:40 +0800 Subject: [PATCH] we don't actually need spi_master.c --- builddefs/common_features.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/builddefs/common_features.mk b/builddefs/common_features.mk index 419bd9129073..4f85ac49f8c7 100644 --- a/builddefs/common_features.mk +++ b/builddefs/common_features.mk @@ -910,7 +910,6 @@ ifeq ($(strip $(BLUETOOTH_ENABLE)), yes) endif ifeq ($(strip $(BLUETOOTH_DRIVER)), iton_bt) - SPI_DRIVER_REQUIRED = yes SRC += $(DRIVER_PATH)/bluetooth/bluetooth.c SRC += $(DRIVER_PATH)/bluetooth/iton_bt.c endif