aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/qwiic/qwiic.mk
diff options
context:
space:
mode:
authorJoel Challis2021-10-09 15:48:27 +0200
committerGitHub2021-10-09 15:48:27 +0200
commitdace4d5f0db758302c0df84a993583ca3cc46bbf (patch)
tree453281b7f4a7f0da17c923aa6eadd64526a4999a /drivers/qwiic/qwiic.mk
parent22cafb9a2046b0c6c7b9df8c719cd515bec4d798 (diff)
Remove QWIIC_DRIVERS (#14174)
Diffstat (limited to 'drivers/qwiic/qwiic.mk')
-rw-r--r--drivers/qwiic/qwiic.mk17
1 files changed, 0 insertions, 17 deletions
diff --git a/drivers/qwiic/qwiic.mk b/drivers/qwiic/qwiic.mk
deleted file mode 100644
index 164bd72108..0000000000
--- a/drivers/qwiic/qwiic.mk
+++ /dev/null
@@ -1,17 +0,0 @@
-ifeq ($(strip $(QWIIC_ENABLE)),yes)
- COMMON_VPATH += $(DRIVER_PATH)/qwiic
- OPT_DEFS += -DQWIIC_ENABLE
- SRC += qwiic.c
- QUANTUM_LIB_SRC += i2c_master.c
-
-ifneq ($(filter JOYSTIIC, $(QWIIC_DRIVERS)),)
- OPT_DEFS += -DQWIIC_JOYSTIIC_ENABLE
- SRC += joystiic.c
-endif
-
-ifneq ($(filter MICRO_OLED, $(QWIIC_DRIVERS)),)
- OPT_DEFS += -DQWIIC_MICRO_OLED_ENABLE
- SRC += micro_oled.c
-endif
-
-endif