summaryrefslogtreecommitdiff
path: root/drivers/reset/Makefile
blob: ff0e0907758be3fd3940db40eae5e69fad352989 (plain)
1
2
3
4
5
6
7
8
# Copyright (c) 2016, NVIDIA CORPORATION.
#
# SPDX-License-Identifier: GPL-2.0

obj-$(CONFIG_DM_RESET) += reset-uclass.o
obj-$(CONFIG_SANDBOX_MBOX) += sandbox-reset.o
obj-$(CONFIG_SANDBOX_MBOX) += sandbox-reset-test.o
obj-$(CONFIG_TEGRA186_RESET) += tegra186-reset.o