X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=drivers%2Freset%2FMakefile;h=ad08be4c8c1b3b83622c7cd728f4b251800a46d4;hb=901af3e903c09c7681197a03367d82286f9f6e3f;hp=5d4ea3d79dc42f1657c024f569d7b364a418d147;hpb=06572f0301c18e63b887efc91803bb9467e55dbe;p=oweals%2Fu-boot.git diff --git a/drivers/reset/Makefile b/drivers/reset/Makefile index 5d4ea3d79d..ad08be4c8c 100644 --- a/drivers/reset/Makefile +++ b/drivers/reset/Makefile @@ -5,5 +5,13 @@ obj-$(CONFIG_DM_RESET) += reset-uclass.o obj-$(CONFIG_SANDBOX_MBOX) += sandbox-reset.o obj-$(CONFIG_SANDBOX_MBOX) += sandbox-reset-test.o +obj-$(CONFIG_STI_RESET) += sti-reset.o +obj-$(CONFIG_STM32_RESET) += stm32-reset.o obj-$(CONFIG_TEGRA_CAR_RESET) += tegra-car-reset.o obj-$(CONFIG_TEGRA186_RESET) += tegra186-reset.o +obj-$(CONFIG_RESET_BCM6345) += reset-bcm6345.o +obj-$(CONFIG_RESET_UNIPHIER) += reset-uniphier.o +obj-$(CONFIG_AST2500_RESET) += ast2500-reset.o +obj-$(CONFIG_RESET_ROCKCHIP) += reset-rockchip.o +obj-$(CONFIG_RESET_MESON) += reset-meson.o +obj-$(CONFIG_RESET_SOCFPGA) += reset-socfpga.o