Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v4.3 9 lines 153 B view raw
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