summaryrefslogtreecommitdiff
path: root/drivers/clk/meson/Makefile
diff options
context:
space:
mode:
authorQiufang Dai <qiufang.dai@amlogic.com>2018-05-03 16:26:23 +0300
committerJerome Brunet <jbrunet@baylibre.com>2018-05-15 15:19:43 +0300
commit6693e2199ea1366ff6a1791258b20b615a2fd667 (patch)
tree028c978028640a35dd7b05097fcbd886155d8e8a /drivers/clk/meson/Makefile
parent88e2da81241e2ca678b37a194c454888f243914b (diff)
downloadlinux-6693e2199ea1366ff6a1791258b20b615a2fd667.tar.xz
clk: meson-axg: Add AO Clock and Reset controller driver
Adds a Clock and Reset controller driver for the Always-On part of the Amlogic Meson-AXG SoC. Signed-off-by: Qiufang Dai <qiufang.dai@amlogic.com> Signed-off-by: Yixun Lan <yixun.lan@amlogic.com> Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Diffstat (limited to 'drivers/clk/meson/Makefile')
-rw-r--r--drivers/clk/meson/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/meson/Makefile b/drivers/clk/meson/Makefile
index 0a8df284f4e7..d0d13aeb369a 100644
--- a/drivers/clk/meson/Makefile
+++ b/drivers/clk/meson/Makefile
@@ -6,5 +6,5 @@ obj-$(CONFIG_COMMON_CLK_AMLOGIC) += clk-pll.o clk-mpll.o clk-audio-divider.o
obj-$(CONFIG_COMMON_CLK_MESON_AO) += meson-aoclk.o
obj-$(CONFIG_COMMON_CLK_MESON8B) += meson8b.o
obj-$(CONFIG_COMMON_CLK_GXBB) += gxbb.o gxbb-aoclk.o gxbb-aoclk-32k.o
-obj-$(CONFIG_COMMON_CLK_AXG) += axg.o
+obj-$(CONFIG_COMMON_CLK_AXG) += axg.o axg-aoclk.o
obj-$(CONFIG_COMMON_CLK_REGMAP_MESON) += clk-regmap.o