/drivers/pps/Makefile
https://bitbucket.org/wisechild/galaxy-nexus · Makefile · 10 lines · 5 code · 2 blank · 3 comment · 0 complexity · e317a56bd31eb19c5b5ab50fc3674488 MD5 · raw file
- #
- # Makefile for the PPS core.
- #
- pps_core-y := pps.o kapi.o sysfs.o
- pps_core-$(CONFIG_NTP_PPS) += kc.o
- obj-$(CONFIG_PPS) := pps_core.o
- obj-y += clients/ generators/
- ccflags-$(CONFIG_PPS_DEBUG) := -DDEBUG