aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/mediatek/Makefile
diff options
context:
space:
mode:
authorFabien Parent <fparent@baylibre.com>2019-05-02 14:18:43 +0200
committerStephen Boyd <sboyd@kernel.org>2019-06-06 15:56:18 -0700
commit0fd4939ac100fe9e3645b846619d970ef6be2ade (patch)
treeb21e727ecccf25fdb98a9647d05f98f2a9e905b6 /drivers/clk/mediatek/Makefile
parentdt-bindings: mediatek: audsys: add support for MT8516 (diff)
downloadlinux-dev-0fd4939ac100fe9e3645b846619d970ef6be2ade.tar.xz
linux-dev-0fd4939ac100fe9e3645b846619d970ef6be2ade.zip
clk: mediatek: add audsys clock driver for MT8516
Add audsys clock driver for MediaTek MT8516 SoC. Signed-off-by: Fabien Parent <fparent@baylibre.com> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk/mediatek/Makefile')
-rw-r--r--drivers/clk/mediatek/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/mediatek/Makefile b/drivers/clk/mediatek/Makefile
index f74937b35f68..672de0099eef 100644
--- a/drivers/clk/mediatek/Makefile
+++ b/drivers/clk/mediatek/Makefile
@@ -45,3 +45,4 @@ obj-$(CONFIG_COMMON_CLK_MT8183_MMSYS) += clk-mt8183-mm.o
obj-$(CONFIG_COMMON_CLK_MT8183_VDECSYS) += clk-mt8183-vdec.o
obj-$(CONFIG_COMMON_CLK_MT8183_VENCSYS) += clk-mt8183-venc.o
obj-$(CONFIG_COMMON_CLK_MT8516) += clk-mt8516.o
+obj-$(CONFIG_COMMON_CLK_MT8516_AUDSYS) += clk-mt8516-aud.o