1# SPDX-License-Identifier: GPL-2.0-or-later 2# 3# Copyright (C) 2024, STMicroelectronics - All Rights Reserved 4 5obj-y += stm32-reset-core.o 6 7obj-$(CONFIG_RESET_STM32) += stm32-reset.o 8obj-$(CONFIG_RESET_STM32MP1) += stm32-reset-mp1.o 9obj-$(CONFIG_RESET_STM32MP25) += stm32-reset-mp25.o 10