Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
[linux/fpc-iii.git] / drivers / pps / clients / Makefile
blob812c9b19b430951f1eed1b633fa12e3ad0de558f
2 # Makefile for PPS clients.
5 obj-$(CONFIG_PPS_CLIENT_KTIMER) += pps-ktimer.o
6 obj-$(CONFIG_PPS_CLIENT_LDISC) += pps-ldisc.o
8 ifeq ($(CONFIG_PPS_DEBUG),y)
9 EXTRA_CFLAGS += -DDEBUG
10 endif