Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
3b441cf4e403f5ac1c56b048be5cda1caf5ce6db
/
.
/
drivers
/
button
/
Makefile
blob: bbd18af14940ed469309d2cb73727639df188a80 [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: GPL-2.0+
#
# Copyright (C) 2020 Philippe Reynes <philippe.reynes@softathome.com>
obj
-
$
(
CONFIG_BUTTON
)
+=
button
-
uclass
.
o
obj
-
$
(
CONFIG_BUTTON_ADC
)
+=
button
-
adc
.
o
obj
-
$
(
CONFIG_BUTTON_GPIO
)
+=
button
-
gpio
.
o