]> Git Repo - linux.git/blob - drivers/pps/Makefile
kconfig: Create include/generated for localmodconfig
[linux.git] / drivers / pps / Makefile
1 #
2 # Makefile for the PPS core.
3 #
4
5 pps_core-y                      := pps.o kapi.o sysfs.o
6 obj-$(CONFIG_PPS)               := pps_core.o
7
8 ccflags-$(CONFIG_PPS_DEBUG) := -DDEBUG
This page took 0.030221 seconds and 4 git commands to generate.