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