X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=drivers%2Freset%2FMakefile;h=4fad7d412985efa7945ec1511d71c59bb29b58cf;hb=d01806a8fcbdaedcc67cead56ece572021d97ab7;hp=f4520878b7c7878c82b7bd1c91ccd446fd8141e8;hpb=22929e1266e9a61048bfaef381ad4fb2e2fc3ef5;p=oweals%2Fu-boot.git diff --git a/drivers/reset/Makefile b/drivers/reset/Makefile index f4520878b7..4fad7d4129 100644 --- a/drivers/reset/Makefile +++ b/drivers/reset/Makefile @@ -17,3 +17,5 @@ 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