blob: 303304a6b8ec22a93e951b3cc0367884622981ca [file] [log] [blame]
Alexander Gordeev46b402a2011-01-12 17:00:59 -08001#
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