aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/drivers/clk/sunxi/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/drivers/clk/sunxi/Makefile')
-rw-r--r--roms/u-boot/drivers/clk/sunxi/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/roms/u-boot/drivers/clk/sunxi/Makefile b/roms/u-boot/drivers/clk/sunxi/Makefile
new file mode 100644
index 000000000..4f9282a8b
--- /dev/null
+++ b/roms/u-boot/drivers/clk/sunxi/Makefile
@@ -0,0 +1,22 @@
+#
+# Copyright (C) 2018 Amarula Solutions.
+#
+# SPDX-License-Identifier: GPL-2.0+
+#
+
+obj-$(CONFIG_CLK_SUNXI) += clk_sunxi.o
+
+obj-$(CONFIG_CLK_SUNXI) += clk_sun6i_rtc.o
+
+obj-$(CONFIG_CLK_SUN4I_A10) += clk_a10.o
+obj-$(CONFIG_CLK_SUN5I_A10S) += clk_a10s.o
+obj-$(CONFIG_CLK_SUN6I_A31) += clk_a31.o
+obj-$(CONFIG_CLK_SUN8I_A23) += clk_a23.o
+obj-$(CONFIG_CLK_SUN8I_A83T) += clk_a83t.o
+obj-$(CONFIG_CLK_SUN8I_R40) += clk_r40.o
+obj-$(CONFIG_CLK_SUN8I_V3S) += clk_v3s.o
+obj-$(CONFIG_CLK_SUN9I_A80) += clk_a80.o
+obj-$(CONFIG_CLK_SUN8I_H3) += clk_h3.o
+obj-$(CONFIG_CLK_SUN50I_H6) += clk_h6.o
+obj-$(CONFIG_CLK_SUN50I_H616) += clk_h616.o
+obj-$(CONFIG_CLK_SUN50I_A64) += clk_a64.o