Sign in
googlers
/
maze
/
linux
/
b7f9a11a6cf1ea9ee6be3eb2b90d91327a09ad14
/
.
/
drivers
/
extcon
/
Makefile
blob: 86020bdb6da08ae65eecc28f3b409d1873abfc2f [
file
] [
log
] [
blame
]
#
# Makefile for external connector class (extcon) devices
#
obj
-
$
(
CONFIG_EXTCON
)
+=
extcon_class
.
o
obj
-
$
(
CONFIG_EXTCON_GPIO
)
+=
extcon_gpio
.
o
obj
-
$
(
CONFIG_EXTCON_MAX8997
)
+=
extcon
-
max8997
.
o