Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
3c922ce99cc0c7b1f2f5615a2e4216dfdbb175c4
/
.
/
drivers
/
reboot-mode
/
Makefile
blob: 2c13780ced478527002b56b46b73760d5fad8baa [
file
] [
log
] [
blame
]
#
# SPDX-License-Identifier: GPL-2.0+
#
# Copyright (c), Vaisala Oyj
#
obj
-
$
(
CONFIG_DM_REBOOT_MODE
)
+=
reboot
-
mode
-
uclass
.
o
obj
-
$
(
CONFIG_DM_REBOOT_MODE_GPIO
)
+=
reboot
-
mode
-
gpio
.
o
obj
-
$
(
CONFIG_DM_REBOOT_MODE_RTC
)
+=
reboot
-
mode
-
rtc
.
o