blob: 0868335cff1112ca32e931800b67cb0a8cc4158d [file] [log] [blame]
Michael Lawnick7f528132010-08-11 18:21:03 +02001#
2# Makefile for multiplexer I2C chip drivers.
3
Peter Korsgaard92ed1a72011-01-10 22:11:23 +01004obj-$(CONFIG_I2C_MUX_GPIO) += gpio-i2cmux.o
Wolfram Sangb4f0b742012-04-25 22:29:43 +02005obj-$(CONFIG_I2C_MUX_PCA9541) += i2c-mux-pca9541.o
6obj-$(CONFIG_I2C_MUX_PCA954x) += i2c-mux-pca954x.o
Michael Lawnick7f528132010-08-11 18:21:03 +02007
matt mooneyef9d9b82010-10-24 18:16:58 +02008ccflags-$(CONFIG_I2C_DEBUG_BUS) := -DDEBUG