~ruther/qmk_firmware

6efcfaa264e7df8ccfcf5ba6e33e4e648de664ae — zvecr 5 years ago e4a0f84
Remove compilation of i2c for arm split
1 files changed, 4 insertions(+), 2 deletions(-)

M common_features.mk
M common_features.mk => common_features.mk +4 -2
@@ 469,8 469,10 @@ ifeq ($(strip $(SPLIT_KEYBOARD)), yes)
        QUANTUM_SRC += $(QUANTUM_DIR)/split_common/transport.c
        # Functions added via QUANTUM_LIB_SRC are only included in the final binary if they're called.
        # Unused functions are pruned away, which is why we can add multiple drivers here without bloat.
        QUANTUM_LIB_SRC += i2c_master.c \
                           i2c_slave.c
        ifeq ($(PLATFORM),AVR)
            QUANTUM_LIB_SRC += i2c_master.c \
                               i2c_slave.c
        endif

        SERIAL_DRIVER ?= bitbang
        ifeq ($(strip $(SERIAL_DRIVER)), bitbang)