summaryrefslogtreecommitdiff
path: root/drivers/clk/at91/Makefile
diff options
context:
space:
mode:
authorWenyou Yang <wenyou.yang@atmel.com>2016-07-20 17:55:12 +0800
committerAndreas Bießmann <andreas@biessmann.org>2016-08-15 22:12:00 +0200
commit9e5935c04e891abb38a92a893f3457cdf304ef4f (patch)
tree69230fbc19be7d58a5bfd974456bfd643bfd0d23 /drivers/clk/at91/Makefile
parent03dcd410d70b7251ac82f78088123e23170591d4 (diff)
downloadu-boot-imx-9e5935c04e891abb38a92a893f3457cdf304ef4f.zip
u-boot-imx-9e5935c04e891abb38a92a893f3457cdf304ef4f.tar.gz
u-boot-imx-9e5935c04e891abb38a92a893f3457cdf304ef4f.tar.bz2
clk: at91: Add clock driver
The patch is referred to at91 clock driver of Linux, to make the clock node descriptions in DT aligned with the Linux's. Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/clk/at91/Makefile')
-rw-r--r--drivers/clk/at91/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/clk/at91/Makefile b/drivers/clk/at91/Makefile
new file mode 100644
index 0000000..fbe3cb6
--- /dev/null
+++ b/drivers/clk/at91/Makefile
@@ -0,0 +1,11 @@
+#
+# Makefile for at91 specific clk
+#
+
+obj-y += pmc.o sckc.o
+obj-y += clk-slow.o clk-main.o clk-plla.o clk-master.o
+obj-y += clk-system.o clk-peripheral.o
+
+obj-$(CONFIG_AT91_UTMI) += clk-utmi.o
+obj-$(CONFIG_AT91_H32MX) += clk-h32mx.o
+obj-$(CONFIG_AT91_GENERIC_CLK) += clk-generated.o