--- zzzz-none-000/linux-4.9.279/drivers/i2c/algos/Makefile 2021-08-08 06:38:54.000000000 +0000 +++ puma7-arm-6591-750/linux-4.9.279/drivers/i2c/algos/Makefile 2023-02-08 10:58:12.000000000 +0000 @@ -1,3 +1,5 @@ +# Includes Intel Corporation's changes/modifications dated: 2014. +# Changed/modified portions - Copyright © 2014, Intel Corporation. # # Makefile for the i2c algorithms # @@ -5,5 +7,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