aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/drivers/clk/imx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/drivers/clk/imx/Makefile')
-rw-r--r--roms/u-boot/drivers/clk/imx/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/roms/u-boot/drivers/clk/imx/Makefile b/roms/u-boot/drivers/clk/imx/Makefile
new file mode 100644
index 000000000..01bbbdf3a
--- /dev/null
+++ b/roms/u-boot/drivers/clk/imx/Makefile
@@ -0,0 +1,21 @@
+# Copyright 2018 NXP
+#
+# SPDX-License-Identifier: GPL-2.0
+
+obj-$(CONFIG_$(SPL_TPL_)CLK_CCF) += clk-gate2.o clk-pllv3.o clk-pfd.o
+obj-$(CONFIG_$(SPL_TPL_)CLK_IMX6Q) += clk-imx6q.o
+obj-$(CONFIG_CLK_IMX8) += clk-imx8.o
+
+ifdef CONFIG_CLK_IMX8
+obj-$(CONFIG_IMX8QXP) += clk-imx8qxp.o
+obj-$(CONFIG_IMX8QM) += clk-imx8qm.o
+endif
+obj-$(CONFIG_$(SPL_TPL_)CLK_IMX8MM) += clk-imx8mm.o clk-pll14xx.o \
+ clk-composite-8m.o
+obj-$(CONFIG_$(SPL_TPL_)CLK_IMX8MN) += clk-imx8mn.o clk-pll14xx.o \
+ clk-composite-8m.o
+obj-$(CONFIG_$(SPL_TPL_)CLK_IMX8MP) += clk-imx8mp.o clk-pll14xx.o \
+ clk-composite-8m.o
+
+obj-$(CONFIG_$(SPL_TPL_)CLK_IMXRT1020) += clk-imxrt1020.o
+obj-$(CONFIG_$(SPL_TPL_)CLK_IMXRT1050) += clk-imxrt1050.o