--- zzzz-none-000/linux-5.15.111/drivers/i2c/algos/Makefile 2023-05-11 14:00:40.000000000 +0000 +++ puma7-arm-6670-761/linux-5.15.111/drivers/i2c/algos/Makefile 2024-02-07 09:27:42.000000000 +0000 @@ -1,4 +1,6 @@ # SPDX-License-Identifier: GPL-2.0-only +# Includes Intel Corporation's changes/modifications dated: 2014. +# Changed/modified portions - Copyright © 2014, Intel Corporation. # # Makefile for the i2c algorithms # @@ -6,5 +8,6 @@ obj-$(CONFIG_I2C_ALGOBIT) += i2c-algo-bit.o obj-$(CONFIG_I2C_ALGOPCF) += i2c-algo-pcf.o obj-$(CONFIG_I2C_ALGOPCA) += i2c-algo-pca.o +obj-$(CONFIG_I2C_ALGOAVALANCHE) += i2c-algo-avalanche.o ccflags-$(CONFIG_I2C_DEBUG_ALGO) := -DDEBUG