Makefile 222 字节
Newer Older
1 2 3
#
# Makefile for multiplexer I2C chip drivers.

4
obj-$(CONFIG_I2C_MUX_GPIO)	+= gpio-i2cmux.o
5
obj-$(CONFIG_I2C_MUX_PCA9541)	+= pca9541.o
6 7
obj-$(CONFIG_I2C_MUX_PCA954x)	+= pca954x.o

M
matt mooney 已提交
8
ccflags-$(CONFIG_I2C_DEBUG_BUS) := -DDEBUG