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

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

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