Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
d4db2935e4fffeba42540b0dc9d85e3036701221
/
.
/
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