Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v2.6.32 8 lines 144 B view raw
1# 2# Makefile for the PPS core. 3# 4 5pps_core-y := pps.o kapi.o sysfs.o 6obj-$(CONFIG_PPS) := pps_core.o 7 8ccflags-$(CONFIG_PPS_DEBUG) := -DDEBUG