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