blob: 215303f60d61d66ee81a9653c9459ad5d9edf313 [file] [log] [blame]
yuezonghe824eb0c2024-06-27 02:32:26 -07001#
2# Makefile for the i2c algorithms
3#
4
5obj-$(CONFIG_I2C_ALGOBIT) += i2c-algo-bit.o
6obj-$(CONFIG_I2C_ALGOPCF) += i2c-algo-pcf.o
7obj-$(CONFIG_I2C_ALGOPCA) += i2c-algo-pca.o
8
9ccflags-$(CONFIG_I2C_DEBUG_ALGO) := -DDEBUG