summaryrefslogtreecommitdiffstats
path: root/drivers/reset/Makefile
blob: d884a83aa3f77eefe47f4aed34e0d08d2d4539ab (plain)
1
2
3
4
5
6
# SPDX-License-Identifier: GPL-2.0-only
obj-$(CONFIG_RESET_CONTROLLER) += core.o
obj-$(CONFIG_ARCH_SOCFPGA) += reset-socfpga.o
obj-$(CONFIG_RESET_IMX7) += reset-imx7.o
obj-$(CONFIG_RESET_STM32) += reset-stm32.o
obj-$(CONFIG_RESET_STARFIVE) += reset-starfive-vic.o