~ubuntu-branches/ubuntu/precise/linux-lowlatency/precise

« back to all changes in this revision

Viewing changes to drivers/pps/clients/Makefile

  • Committer: Package Import Robot
  • Author(s): Alessio Igor Bogani
  • Date: 2011-10-26 11:13:05 UTC
  • Revision ID: package-import@ubuntu.com-20111026111305-tz023xykf0i6eosh
Tags: upstream-3.2.0
ImportĀ upstreamĀ versionĀ 3.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# Makefile for PPS clients.
 
3
#
 
4
 
 
5
obj-$(CONFIG_PPS_CLIENT_KTIMER) += pps-ktimer.o
 
6
obj-$(CONFIG_PPS_CLIENT_LDISC)  += pps-ldisc.o
 
7
obj-$(CONFIG_PPS_CLIENT_PARPORT) += pps_parport.o
 
8
obj-$(CONFIG_PPS_CLIENT_GPIO)   += pps-gpio.o
 
9
 
 
10
ccflags-$(CONFIG_PPS_DEBUG) := -DDEBUG