Nandor Han | 2541ce2 | 2021-06-10 16:56:43 +0300 | [diff] [blame] | 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 | ||||
Nandor Han | f9db2f1 | 2021-06-10 16:56:44 +0300 | [diff] [blame] | 8 | obj-$(CONFIG_DM_REBOOT_MODE_GPIO) += reboot-mode-gpio.o |
Nandor Han | c74675b | 2021-06-10 16:56:45 +0300 | [diff] [blame] | 9 | obj-$(CONFIG_DM_REBOOT_MODE_RTC) += reboot-mode-rtc.o |