diff options
Diffstat (limited to 'drivers/qwiic/qwiic.mk')
-rw-r--r-- | drivers/qwiic/qwiic.mk | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/drivers/qwiic/qwiic.mk b/drivers/qwiic/qwiic.mk deleted file mode 100644 index 164bd7210..000000000 --- a/drivers/qwiic/qwiic.mk +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
1 | ifeq ($(strip $(QWIIC_ENABLE)),yes) | ||
2 | COMMON_VPATH += $(DRIVER_PATH)/qwiic | ||
3 | OPT_DEFS += -DQWIIC_ENABLE | ||
4 | SRC += qwiic.c | ||
5 | QUANTUM_LIB_SRC += i2c_master.c | ||
6 | |||
7 | ifneq ($(filter JOYSTIIC, $(QWIIC_DRIVERS)),) | ||
8 | OPT_DEFS += -DQWIIC_JOYSTIIC_ENABLE | ||
9 | SRC += joystiic.c | ||
10 | endif | ||
11 | |||
12 | ifneq ($(filter MICRO_OLED, $(QWIIC_DRIVERS)),) | ||
13 | OPT_DEFS += -DQWIIC_MICRO_OLED_ENABLE | ||
14 | SRC += micro_oled.c | ||
15 | endif | ||
16 | |||
17 | endif | ||