blob: 48c8ab7fe71267f7a88a0ceceb017d4f4b7f984c [file] [log] [blame]
Nandor Han2541ce22021-06-10 16:56:43 +03001#
2# SPDX-License-Identifier: GPL-2.0+
3#
4# Copyright (c), Vaisala Oyj
5#
6
7obj-$(CONFIG_DM_REBOOT_MODE) += reboot-mode-uclass.o
Nandor Hanf9db2f12021-06-10 16:56:44 +03008obj-$(CONFIG_DM_REBOOT_MODE_GPIO) += reboot-mode-gpio.o
Nandor Hanc74675b2021-06-10 16:56:45 +03009obj-$(CONFIG_DM_REBOOT_MODE_RTC) += reboot-mode-rtc.o
Sean Anderson46b2e5e2022-12-02 11:03:53 -050010obj-$(CONFIG_REBOOT_MODE_NVMEM) += reboot-mode-nvmem.o