Revision 841c35169323cd833294798e58b9bf63fa4fa1de authored by Linus Torvalds on 11 February 2024, 20:18:13 UTC, committed by Linus Torvalds on 11 February 2024, 20:18:13 UTC
1 parent 2766f59
Raw File
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
back to top