/drivers/pps/Makefile

https://bitbucket.org/wisechild/galaxy-nexus · Makefile · 10 lines · 5 code · 2 blank · 3 comment · 0 complexity · e317a56bd31eb19c5b5ab50fc3674488 MD5 · raw file

  1. #
  2. # Makefile for the PPS core.
  3. #
  4. pps_core-y := pps.o kapi.o sysfs.o
  5. pps_core-$(CONFIG_NTP_PPS) += kc.o
  6. obj-$(CONFIG_PPS) := pps_core.o
  7. obj-y += clients/ generators/
  8. ccflags-$(CONFIG_PPS_DEBUG) := -DDEBUG