Sign in
android-kvm
/
linux
/
499eea6bf9c06df3bf4549954aee6fb3427946ed
/
.
/
drivers
/
i2c
/
muxes
/
Makefile
blob: 5826249b29ca4664f32a0f1e75e97bc70056b3c7 [
file
] [
log
] [
blame
]
#
# Makefile for multiplexer I2C chip drivers.
obj
-
$
(
CONFIG_I2C_MUX_GPIO
)
+=
i2c
-
mux
-
gpio
.
o
obj
-
$
(
CONFIG_I2C_MUX_PCA9541
)
+=
i2c
-
mux
-
pca9541
.
o
obj
-
$
(
CONFIG_I2C_MUX_PCA954x
)
+=
i2c
-
mux
-
pca954x
.
o
ccflags
-
$
(
CONFIG_I2C_DEBUG_BUS
)
:=
-
DDEBUG