Merge tag 'for-linus-20190524' of git://git.kernel.dk/linux-block
[linux-2.6-microblaze.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