]> git.sur5r.net Git - u-boot/blob - drivers/reset/Makefile
imx: lpi2c: fix clock issue when NACK detected
[u-boot] / 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_STI_RESET) += sti-reset.o
9 obj-$(CONFIG_STM32_RESET) += stm32-reset.o
10 obj-$(CONFIG_TEGRA_CAR_RESET) += tegra-car-reset.o
11 obj-$(CONFIG_TEGRA186_RESET) += tegra186-reset.o
12 obj-$(CONFIG_RESET_BCM6345) += reset-bcm6345.o
13 obj-$(CONFIG_RESET_UNIPHIER) += reset-uniphier.o
14 obj-$(CONFIG_AST2500_RESET) += ast2500-reset.o
15 obj-$(CONFIG_RESET_ROCKCHIP) += reset-rockchip.o
16 obj-$(CONFIG_RESET_MESON) += reset-meson.o
17 obj-$(CONFIG_RESET_SOCFPGA) += reset-socfpga.o