]> git.karo-electronics.de Git - karo-tx-linux.git/blob - drivers/pps/generators/Makefile
Merge tag 'nfs-for-3.13-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
[karo-tx-linux.git] / drivers / pps / generators / Makefile
1 #
2 # Makefile for PPS generators.
3 #
4
5 obj-$(CONFIG_PPS_GENERATOR_PARPORT) += pps_gen_parport.o
6
7 ifeq ($(CONFIG_PPS_DEBUG),y)
8 EXTRA_CFLAGS += -DDEBUG
9 endif