DIR:/usr/src/kernels/5.14.0-503.15.1.el9_5.x86_64/drivers/dpll/ |
Current File : //usr/src/kernels/5.14.0-503.15.1.el9_5.x86_64/drivers/dpll/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 |