aboutsummaryrefslogtreecommitdiff
path: root/drivers/clk/davinci/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/clk/davinci/Makefile')
-rw-r--r--drivers/clk/davinci/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/clk/davinci/Makefile b/drivers/clk/davinci/Makefile
new file mode 100644
index 000000000000..d9673bd321e0
--- /dev/null
+++ b/drivers/clk/davinci/Makefile
@@ -0,0 +1,5 @@
+# SPDX-License-Identifier: GPL-2.0
+
+ifeq ($(CONFIG_COMMON_CLK), y)
+obj-y += pll.o
+endif