X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=drivers%2Freset%2FMakefile;h=7fec5af6c9645011654b2ff0b61de759c1722c6e;hb=ed1036905dc6ada4f680b0d465aef91646dcef9d;hp=3e7e5fd633a8e99787dea9505e495cd65bfbd013;hpb=288fc86067620dcbec34a335b95b75635551e8fe;p=platform%2Fkernel%2Flinux-starfive.git diff --git a/drivers/reset/Makefile b/drivers/reset/Makefile index 3e7e5fd..7fec5af 100644 --- a/drivers/reset/Makefile +++ b/drivers/reset/Makefile @@ -1,6 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 obj-y += core.o obj-y += hisilicon/ +obj-y += starfive/ obj-$(CONFIG_ARCH_STI) += sti/ obj-$(CONFIG_ARCH_TEGRA) += tegra/ obj-$(CONFIG_RESET_A10SR) += reset-a10sr.o @@ -30,7 +31,6 @@ obj-$(CONFIG_RESET_RZG2L_USBPHY_CTRL) += reset-rzg2l-usbphy-ctrl.o obj-$(CONFIG_RESET_SCMI) += reset-scmi.o obj-$(CONFIG_RESET_SIMPLE) += reset-simple.o obj-$(CONFIG_RESET_SOCFPGA) += reset-socfpga.o -obj-$(CONFIG_RESET_STARFIVE_JH7100) += reset-starfive-jh7100.o obj-$(CONFIG_RESET_SUNPLUS) += reset-sunplus.o obj-$(CONFIG_RESET_SUNXI) += reset-sunxi.o obj-$(CONFIG_RESET_TI_SCI) += reset-ti-sci.o