summaryrefslogtreecommitdiff
path: root/drivers/clk/imx/Makefile
diff options
context:
space:
mode:
authorAnson Huang <Anson.Huang@nxp.com>2019-06-19 08:52:46 +0300
committerShawn Guo <shawnguo@kernel.org>2019-08-03 10:16:02 +0300
commit96d6392b54dbb1ff2b39448a2516fa6abb33114b (patch)
treebf50ad85f8c6dba1f4808dbca8adfc9e6c329c47 /drivers/clk/imx/Makefile
parentfd6ef2857b7484ab947beb2f2a1bbb3662553298 (diff)
downloadlinux-96d6392b54dbb1ff2b39448a2516fa6abb33114b.tar.xz
clk: imx: Add support for i.MX8MN clock driver
This patch adds i.MX8MN clock driver support. Signed-off-by: Anson Huang <Anson.Huang@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'drivers/clk/imx/Makefile')
-rw-r--r--drivers/clk/imx/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/imx/Makefile b/drivers/clk/imx/Makefile
index 05641c64b317..77a3d714f1d5 100644
--- a/drivers/clk/imx/Makefile
+++ b/drivers/clk/imx/Makefile
@@ -26,6 +26,7 @@ obj-$(CONFIG_MXC_CLK_SCU) += \
clk-lpcg-scu.o
obj-$(CONFIG_CLK_IMX8MM) += clk-imx8mm.o
+obj-$(CONFIG_CLK_IMX8MN) += clk-imx8mn.o
obj-$(CONFIG_CLK_IMX8MQ) += clk-imx8mq.o
obj-$(CONFIG_CLK_IMX8QXP) += clk-imx8qxp.o clk-imx8qxp-lpcg.o