X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=drivers%2Freset%2FMakefile;h=7d7e080c78469067a00e24812299f3595522505a;hb=dc36235abe408cf450daa7b06d612084119dd841;hp=2b963961d6b8dac0743fa708d4e2598cfda15706;hpb=4951e9420e179977f49549e25d8fd6437b37da72;p=u-boot diff --git a/drivers/reset/Makefile b/drivers/reset/Makefile index 2b963961d6..7d7e080c78 100644 --- a/drivers/reset/Makefile +++ b/drivers/reset/Makefile @@ -6,6 +6,10 @@ 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