summaryrefslogtreecommitdiff
path: root/drivers/reset/stm32/Makefile
blob: ac4d3c6fc8fa3acaad20a44a163c2167925297e0 (plain)
1
2
3
4
5
6
7
8
9
10
# SPDX-License-Identifier: GPL-2.0-or-later
#
# Copyright (C) 2024, STMicroelectronics - All Rights Reserved

obj-y += stm32-reset-core.o

obj-$(CONFIG_RESET_STM32) += stm32-reset.o
obj-$(CONFIG_RESET_STM32MP1) += stm32-reset-mp1.o
obj-$(CONFIG_RESET_STM32MP21) += stm32-reset-mp21.o
obj-$(CONFIG_RESET_STM32MP25) += stm32-reset-mp25.o