summaryrefslogtreecommitdiffstats
path: root/drivers/dpll/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/dpll/Makefile')
-rw-r--r--drivers/dpll/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/dpll/Makefile b/drivers/dpll/Makefile
new file mode 100644
index 000000000000..2e5b27850110
--- /dev/null
+++ b/drivers/dpll/Makefile
@@ -0,0 +1,9 @@
+# SPDX-License-Identifier: GPL-2.0
+#
+# Makefile for DPLL drivers.
+#
+
+obj-$(CONFIG_DPLL) += dpll.o
+dpll-y += dpll_core.o
+dpll-y += dpll_netlink.o
+dpll-y += dpll_nl.o