swh:1:snp:173f8deb0c56c557784b4fd217e7608ac6197844
Raw File
Tip revision: ce397d215ccd07b8ae3f71db689aedb85d56ab40 authored by Linus Torvalds on 16 June 2018, 23:04:49 UTC
Linux 4.18-rc1
Tip revision: ce397d2
Makefile
#
# Makefile for PPS generators.
#

obj-$(CONFIG_PPS_GENERATOR_PARPORT) += pps_gen_parport.o

ifeq ($(CONFIG_PPS_DEBUG),y)
EXTRA_CFLAGS += -DDEBUG
endif
back to top