Blame view

drivers/pps/Makefile 212 Bytes
eae9d2ba0   Rodolfo Giometti   LinuxPPS: core su...
1
2
3
4
5
  #
  # Makefile for the PPS core.
  #
  
  pps_core-y			:= pps.o kapi.o sysfs.o
717c03366   Alexander Gordeev   pps: add kernel c...
6
  pps_core-$(CONFIG_NTP_PPS)	+= kc.o
eae9d2ba0   Rodolfo Giometti   LinuxPPS: core su...
7
  obj-$(CONFIG_PPS)		:= pps_core.o
46b402a0e   Alexander Gordeev   pps: add parallel...
8
  obj-y				+= clients/ generators/
eae9d2ba0   Rodolfo Giometti   LinuxPPS: core su...
9
10
  
  ccflags-$(CONFIG_PPS_DEBUG) := -DDEBUG