]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blob - drivers/pps/clients/Makefile
treewide: Add SPDX license identifier - Makefile/Kconfig
[mirror_ubuntu-jammy-kernel.git] / drivers / pps / clients / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Makefile for PPS clients.
4 #
5
6 obj-$(CONFIG_PPS_CLIENT_KTIMER) += pps-ktimer.o
7 obj-$(CONFIG_PPS_CLIENT_LDISC) += pps-ldisc.o
8 obj-$(CONFIG_PPS_CLIENT_PARPORT) += pps_parport.o
9 obj-$(CONFIG_PPS_CLIENT_GPIO) += pps-gpio.o
10
11 ccflags-$(CONFIG_PPS_DEBUG) := -DDEBUG