Files
mirror_ubuntu-kernels/drivers/dpll/Makefile
T
2024-07-02 00:51:01 +03:00

10 lines
221 B
Makefile

# 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