summaryrefslogtreecommitdiff
path: root/drivers/clk/axis/Makefile
diff options
context:
space:
mode:
authorLars Persson <lars.persson@axis.com>2016-04-04 11:23:23 +0200
committerStephen Boyd <sboyd@codeaurora.org>2016-04-15 16:02:16 -0700
commit33b8ac917a8f7a22fa3d779f875646201d0097a0 (patch)
tree3cd6a78f596375555358341d1dde5c45d8a809c7 /drivers/clk/axis/Makefile
parent67bad3e5ce82b9eea2428118d909b2c8b80a71cf (diff)
clk: add artpec-6 clock controller
Add a driver for the main clock controller of the Artpec-6 Soc. Signed-off-by: Lars Persson <larper@axis.com> [sboyd@codeaurora.org: Reformatted driver structure and of match] Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'drivers/clk/axis/Makefile')
-rw-r--r--drivers/clk/axis/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/axis/Makefile b/drivers/clk/axis/Makefile
new file mode 100644
index 000000000000..628c9d3b9a02
--- /dev/null
+++ b/drivers/clk/axis/Makefile
@@ -0,0 +1 @@
+obj-$(CONFIG_MACH_ARTPEC6) += clk-artpec6.o