summaryrefslogtreecommitdiffstats
path: root/drivers/clk/sprd/Makefile
diff options
context:
space:
mode:
authorChunyan Zhang <chunyan.zhang@spreadtrum.com>2017-12-07 20:57:05 +0800
committerStephen Boyd <sboyd@codeaurora.org>2017-12-21 15:00:51 -0800
commitd41f59fd92f2ef73026f55cd356a4ca253f4716a (patch)
treee0f552c57e2c789e2579c905f67e26827e236e2c /drivers/clk/sprd/Makefile
parent1ded879e12310b1f8f81b1f84e293933a3b69f14 (diff)
downloadblackbird-op-linux-d41f59fd92f2ef73026f55cd356a4ca253f4716a.tar.gz
blackbird-op-linux-d41f59fd92f2ef73026f55cd356a4ca253f4716a.zip
clk: sprd: Add common infrastructure
Added Spreadtrum's clock driver framework together with common structures and interface functions. Signed-off-by: Chunyan Zhang <chunyan.zhang@spreadtrum.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'drivers/clk/sprd/Makefile')
-rw-r--r--drivers/clk/sprd/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/clk/sprd/Makefile b/drivers/clk/sprd/Makefile
new file mode 100644
index 000000000000..74f4b808fe48
--- /dev/null
+++ b/drivers/clk/sprd/Makefile
@@ -0,0 +1,3 @@
+obj-$(CONFIG_SPRD_COMMON_CLK) += clk-sprd.o
+
+clk-sprd-y += common.o
OpenPOWER on IntegriCloud