Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
a623801c5001c38abc7d16e93ad25f71eaef497d
/
.
/
drivers
/
extcon
/
Makefile
blob: 3309f2aac2e0dd8d69f2266c2ba066c8c46c5daa [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: GPL-2.0+
#
# Copyright (C) 2023 Svyatoslav Ryhel <clamor95@gmail.com>
obj
-
$
(
CONFIG_EXTCON
)
+=
extcon
-
uclass
.
o
obj
-
$
(
CONFIG_EXTCON_SANDBOX
)
+=
extcon
-
sandbox
.
o
obj
-
$
(
CONFIG_EXTCON_MAX14526
)
+=
extcon
-
max14526
.
o