blob: 9b319a30d2ea7f6a36d87f4c158430146827e811 [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Linus Torvalds1da177e2005-04-16 15:20:36 -07002#
3# Makefile for the i2c algorithms
4#
5
6obj-$(CONFIG_I2C_ALGOBIT) += i2c-algo-bit.o
7obj-$(CONFIG_I2C_ALGOPCF) += i2c-algo-pcf.o
8obj-$(CONFIG_I2C_ALGOPCA) += i2c-algo-pca.o
Linus Torvalds1da177e2005-04-16 15:20:36 -07009
matt mooneyef9d9b82010-10-24 18:16:58 +020010ccflags-$(CONFIG_I2C_DEBUG_ALGO) := -DDEBUG