diff options
Diffstat (limited to 'drivers/dpll/Makefile')
-rw-r--r-- | drivers/dpll/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/dpll/Makefile b/drivers/dpll/Makefile new file mode 100644 index 0000000000..2e5b278501 --- /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 |