LingmoOS-kernel/drivers/dpll/Makefile

10 lines
221 B
Makefile
Raw Normal View History

2024-07-18 03:58:23 +00:00
# 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