2016-06-17 15:43:58 +00:00
|
|
|
# Copyright (c) 2016, NVIDIA CORPORATION.
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
|
|
|
|
obj-$(CONFIG_DM_RESET) += reset-uclass.o
|
2016-06-17 15:43:59 +00:00
|
|
|
obj-$(CONFIG_SANDBOX_MBOX) += sandbox-reset.o
|
|
|
|
obj-$(CONFIG_SANDBOX_MBOX) += sandbox-reset-test.o
|
2017-03-22 09:54:03 +00:00
|
|
|
obj-$(CONFIG_STI_RESET) += sti-reset.o
|
2016-09-13 16:45:58 +00:00
|
|
|
obj-$(CONFIG_TEGRA_CAR_RESET) += tegra-car-reset.o
|
2016-08-08 17:28:25 +00:00
|
|
|
obj-$(CONFIG_TEGRA186_RESET) += tegra186-reset.o
|
2016-10-08 04:25:31 +00:00
|
|
|
obj-$(CONFIG_RESET_UNIPHIER) += reset-uniphier.o
|
2017-04-17 19:00:24 +00:00
|
|
|
obj-$(CONFIG_AST2500_RESET) += ast2500-reset.o
|