projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branches 'fixes' and 'fwnet' of git://git.kernel.org/pub/scm/linux/kernel/git...
[platform/adaptation/renesas_rcar/renesas_kernel.git]
/
drivers
/
i2c
/
muxes
/
Makefile
1
#
2
# Makefile for multiplexer I2C chip drivers.
3
4
obj-$(CONFIG_I2C_MUX_GPIO) += gpio-i2cmux.o
5
obj-$(CONFIG_I2C_MUX_PCA9541) += pca9541.o
6
obj-$(CONFIG_I2C_MUX_PCA954x) += pca954x.o
7
8
ccflags-$(CONFIG_I2C_DEBUG_BUS) := -DDEBUG