Merge branch 'devel'
[deliverable/linux.git] / drivers / i2c / muxes / Makefile
1 #
2 # Makefile for multiplexer I2C chip drivers.
3
4 obj-$(CONFIG_I2C_MUX_GPIO) += i2c-mux-gpio.o
5 obj-$(CONFIG_I2C_MUX_PCA9541) += i2c-mux-pca9541.o
6 obj-$(CONFIG_I2C_MUX_PCA954x) += i2c-mux-pca954x.o
7 obj-$(CONFIG_I2C_MUX_PINCTRL) += i2c-mux-pinctrl.o
8
9 ccflags-$(CONFIG_I2C_DEBUG_BUS) := -DDEBUG
This page took 0.029732 seconds and 5 git commands to generate.