i2c: I2C bus multiplexer driver pca954x
[linux-block.git] / drivers / i2c / muxes / Makefile
CommitLineData
7f528135
ML
1#
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