]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - drivers/pps/clients/Makefile
Merge tag 'pwm/for-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry...
[mirror_ubuntu-bionic-kernel.git] / drivers / pps / clients / Makefile
1 #
2 # Makefile for PPS clients.
3 #
4
5 obj-$(CONFIG_PPS_CLIENT_KTIMER) += pps-ktimer.o
6 obj-$(CONFIG_PPS_CLIENT_LDISC) += pps-ldisc.o
7 obj-$(CONFIG_PPS_CLIENT_PARPORT) += pps_parport.o
8 obj-$(CONFIG_PPS_CLIENT_GPIO) += pps-gpio.o
9
10 ccflags-$(CONFIG_PPS_DEBUG) := -DDEBUG