xref: /rk3399_rockchip-uboot/drivers/reset/Makefile (revision ae56db5f1c476d76a3f61b9ba0b02bcaa9b3af4e)
1# Copyright (c) 2016, NVIDIA CORPORATION.
2#
3# SPDX-License-Identifier: GPL-2.0
4
5obj-$(CONFIG_DM_RESET) += reset-uclass.o
6obj-$(CONFIG_SANDBOX_MBOX) += sandbox-reset.o
7obj-$(CONFIG_SANDBOX_MBOX) += sandbox-reset-test.o
8obj-$(CONFIG_TEGRA186_RESET) += tegra186-reset.o
9