Rodolfo Giometti | eae9d2b | 2009-06-17 16:28:37 -0700 | [diff] [blame] | 1 | # |
| 2 | # Makefile for the PPS core. |
| 3 | # |
| 4 | |
| 5 | pps_core-y := pps.o kapi.o sysfs.o |
Alexander Gordeev | 717c033 | 2011-01-12 17:00:58 -0800 | [diff] [blame] | 6 | pps_core-$(CONFIG_NTP_PPS) += kc.o |
Rodolfo Giometti | eae9d2b | 2009-06-17 16:28:37 -0700 | [diff] [blame] | 7 | obj-$(CONFIG_PPS) := pps_core.o |
Alexander Gordeev | 46b402a | 2011-01-12 17:00:59 -0800 | [diff] [blame] | 8 | obj-y += clients/ generators/ |
Rodolfo Giometti | eae9d2b | 2009-06-17 16:28:37 -0700 | [diff] [blame] | 9 | |
| 10 | ccflags-$(CONFIG_PPS_DEBUG) := -DDEBUG |