X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=drivers%2Freset%2FMakefile;h=7fec75bb4923563880963b7631be7ba363f1e4cf;hb=c2bb9c5b9e333c200e3702d9ed5ac9b6095191b6;hp=8a4dcab8f6472d39eb5b80c32581f5167464499a;hpb=aac0c29d4b8418c5c78b552070ffeda022b16949;p=oweals%2Fu-boot.git diff --git a/drivers/reset/Makefile b/drivers/reset/Makefile index 8a4dcab8f6..7fec75bb49 100644 --- a/drivers/reset/Makefile +++ b/drivers/reset/Makefile @@ -18,3 +18,5 @@ 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