Stephen Warren | 89c1e2d | 2016-06-17 09:43:58 -0600 | [diff] [blame] | 1 | # Copyright (c) 2016, NVIDIA CORPORATION. |
| 2 | # |
| 3 | # SPDX-License-Identifier: GPL-2.0 |
| 4 | |
| 5 | obj-$(CONFIG_DM_RESET) += reset-uclass.o |
Stephen Warren | 4581b71 | 2016-06-17 09:43:59 -0600 | [diff] [blame] | 6 | obj-$(CONFIG_SANDBOX_MBOX) += sandbox-reset.o |
| 7 | obj-$(CONFIG_SANDBOX_MBOX) += sandbox-reset-test.o |
Stephen Warren | fe60f06 | 2016-09-13 10:45:58 -0600 | [diff] [blame] | 8 | obj-$(CONFIG_TEGRA_CAR_RESET) += tegra-car-reset.o |
Stephen Warren | 4dd99d1 | 2016-08-08 11:28:25 -0600 | [diff] [blame] | 9 | obj-$(CONFIG_TEGRA186_RESET) += tegra186-reset.o |
Masahiro Yamada | 4fb96c4 | 2016-10-08 13:25:31 +0900 | [diff] [blame] | 10 | obj-$(CONFIG_RESET_UNIPHIER) += reset-uniphier.o |