]> Pileus Git - ~andy/linux/blob - drivers/i2c/muxes/Makefile
Merge branch 'bug-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs...
[~andy/linux] / drivers / i2c / muxes / Makefile
1 #
2 # Makefile for multiplexer I2C chip drivers.
3
4 obj-$(CONFIG_I2C_MUX_PCA954x)   += pca954x.o
5
6 ifeq ($(CONFIG_I2C_DEBUG_BUS),y)
7 EXTRA_CFLAGS += -DDEBUG
8 endif