]> git.karo-electronics.de Git - karo-tx-linux.git/blob - drivers/pps/clients/Makefile
Merge branch 'for-usb-linus' of master.kernel.org:/pub/scm/linux/kernel/git/sarah...
[karo-tx-linux.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
9 ifeq ($(CONFIG_PPS_DEBUG),y)
10 EXTRA_CFLAGS += -DDEBUG
11 endif