linuxOS_D21X/source/uboot-2021.10/drivers/reboot-mode/Makefile

10 lines
235 B
Makefile
Raw Normal View History

2024-11-29 08:13:19 +00:00
#
# 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