Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at c9a28fa7b9ac19b676deefa0a171ce7df8755c08 12 lines 281 B view raw
1# 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 8obj-$(CONFIG_I2C_ALGO_SGI) += i2c-algo-sgi.o 9 10ifeq ($(CONFIG_I2C_DEBUG_ALGO),y) 11EXTRA_CFLAGS += -DDEBUG 12endif