diff options
Diffstat (limited to 'drivers/dpll/Makefile')
| -rw-r--r-- | drivers/dpll/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/dpll/Makefile b/drivers/dpll/Makefile new file mode 100644 index 000000000000..9e7a3a3e592e --- /dev/null +++ b/drivers/dpll/Makefile @@ -0,0 +1,11 @@ +# 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 + +obj-$(CONFIG_ZL3073X) += zl3073x/ |
