Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
69cee505ac76e3650f4602cdd2579eebe132f74b
/
.
/
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