Merge branch 'for-upstream/malidp-fixes' of git://linux-arm.org/linux-ld into drm...
[linux-2.6-block.git] / drivers / pps / generators / Makefile
CommitLineData
46b402a0
AG
1#
2# Makefile for PPS generators.
3#
4
5obj-$(CONFIG_PPS_GENERATOR_PARPORT) += pps_gen_parport.o
6
7ifeq ($(CONFIG_PPS_DEBUG),y)
8EXTRA_CFLAGS += -DDEBUG
9endif