projects
/
platform
/
kernel
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge tag 'tpm-030822' of https://source.denx.de/u-boot/custodians/u-boot-tpm
[platform/kernel/u-boot.git]
/
drivers
/
reboot-mode
/
Makefile
1
#
2
# SPDX-License-Identifier: GPL-2.0+
3
#
4
# Copyright (c), Vaisala Oyj
5
#
6
7
obj-$(CONFIG_DM_REBOOT_MODE) += reboot-mode-uclass.o
8
obj-$(CONFIG_DM_REBOOT_MODE_GPIO) += reboot-mode-gpio.o
9
obj-$(CONFIG_DM_REBOOT_MODE_RTC) += reboot-mode-rtc.o