X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=drivers%2Freset%2FMakefile;h=7fec75bb4923563880963b7631be7ba363f1e4cf;hb=c2bb9c5b9e333c200e3702d9ed5ac9b6095191b6;hp=f4520878b7c7878c82b7bd1c91ccd446fd8141e8;hpb=d735d3b6cb778012f05c2e3fca01df7f6ae6f035;p=oweals%2Fu-boot.git diff --git a/drivers/reset/Makefile b/drivers/reset/Makefile index f4520878b7..7fec75bb49 100644 --- a/drivers/reset/Makefile +++ b/drivers/reset/Makefile @@ -17,3 +17,6 @@ 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 +obj-$(CONFIG_RESET_MEDIATEK) += reset-mediatek.o +obj-$(CONFIG_RESET_SUNXI) += reset-sunxi.o +obj-$(CONFIG_RESET_HISILICON) += reset-hisilicon.o