aboutsummaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/qwiic/qwiic.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/qwiic/qwiic.mk b/drivers/qwiic/qwiic.mk
index 4ae2d78e3..b23c25657 100644
--- a/drivers/qwiic/qwiic.mk
+++ b/drivers/qwiic/qwiic.mk
@@ -2,9 +2,7 @@ ifneq ($(strip $(QWIIC_ENABLE)),)
2 COMMON_VPATH += $(DRIVER_PATH)/qwiic 2 COMMON_VPATH += $(DRIVER_PATH)/qwiic
3 OPT_DEFS += -DQWIIC_ENABLE 3 OPT_DEFS += -DQWIIC_ENABLE
4 SRC += qwiic.c 4 SRC += qwiic.c
5 ifeq ($(filter "i2c_master.c", $(SRC)),) 5 QUANTUM_LIB_SRC += i2c_master.c
6 SRC += i2c_master.c
7 endif
8endif 6endif
9 7
10ifneq ($(filter JOYSTIIC, $(QWIIC_ENABLE)),) 8ifneq ($(filter JOYSTIIC, $(QWIIC_ENABLE)),)