blob: bd83b52748153b4eb318bb439e8cb1d7f5a8ff78 [file] [log] [blame]
Michael Lawnick7f528132010-08-11 18:21:03 +02001#
2# Makefile for multiplexer I2C chip drivers.
3
4obj-$(CONFIG_I2C_MUX_PCA954x) += pca954x.o
5
6ifeq ($(CONFIG_I2C_DEBUG_BUS),y)
7EXTRA_CFLAGS += -DDEBUG
8endif