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