blob: 4640436ea61f58f5562af3571899d9690eccbeb5 [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
Guenter Roeckae63b132010-10-24 18:16:58 +02005obj-$(CONFIG_I2C_MUX_PCA9541) += pca9541.o
Michael Lawnick7f528132010-08-11 18:21:03 +02006obj-$(CONFIG_I2C_MUX_PCA954x) += pca954x.o
7
matt mooneyef9d9b82010-10-24 18:16:58 +02008ccflags-$(CONFIG_I2C_DEBUG_BUS) := -DDEBUG