Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2 | # |
3 | # Makefile for the i2c algorithms | ||||
4 | # | ||||
5 | |||||
6 | obj-$(CONFIG_I2C_ALGOBIT) += i2c-algo-bit.o | ||||
7 | obj-$(CONFIG_I2C_ALGOPCF) += i2c-algo-pcf.o | ||||
8 | obj-$(CONFIG_I2C_ALGOPCA) += i2c-algo-pca.o | ||||
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 9 | |
matt mooney | ef9d9b8 | 2010-10-24 18:16:58 +0200 | [diff] [blame] | 10 | ccflags-$(CONFIG_I2C_DEBUG_ALGO) := -DDEBUG |