]> Git Repo - J-u-boot.git/blob - drivers/reset/Makefile
dm: blk: Fix get_desc to return block device descriptor
[J-u-boot.git] / drivers / reset / Makefile
1 # Copyright (c) 2016, NVIDIA CORPORATION.
2 #
3 # SPDX-License-Identifier: GPL-2.0
4
5 obj-$(CONFIG_DM_RESET) += reset-uclass.o
6 obj-$(CONFIG_SANDBOX_MBOX) += sandbox-reset.o
7 obj-$(CONFIG_SANDBOX_MBOX) += sandbox-reset-test.o
8 obj-$(CONFIG_TEGRA_CAR_RESET) += tegra-car-reset.o
9 obj-$(CONFIG_TEGRA186_RESET) += tegra186-reset.o
10 obj-$(CONFIG_RESET_UNIPHIER) += reset-uniphier.o
This page took 0.028932 seconds and 4 git commands to generate.