blob: 48c8ab7fe71267f7a88a0ceceb017d4f4b7f984c [file] [log] [blame]
Nandor Hanca6d5ad2021-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 Han6521e5d2021-06-10 16:56:44 +03008obj-$(CONFIG_DM_REBOOT_MODE_GPIO) += reboot-mode-gpio.o
Nandor Han7e4067a2021-06-10 16:56:45 +03009obj-$(CONFIG_DM_REBOOT_MODE_RTC) += reboot-mode-rtc.o
Sean Anderson723d0902022-12-02 11:03:53 -050010obj-$(CONFIG_REBOOT_MODE_NVMEM) += reboot-mode-nvmem.o