diff options
Diffstat (limited to 'drivers/pps/Makefile')
| -rw-r--r-- | drivers/pps/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/pps/Makefile b/drivers/pps/Makefile new file mode 100644 index 000000000000..19ea582f431d --- /dev/null +++ b/drivers/pps/Makefile | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | # | ||
| 2 | # Makefile for the PPS core. | ||
| 3 | # | ||
| 4 | |||
| 5 | pps_core-y := pps.o kapi.o sysfs.o | ||
| 6 | obj-$(CONFIG_PPS) := pps_core.o | ||
| 7 | |||
| 8 | ccflags-$(CONFIG_PPS_DEBUG) := -DDEBUG | ||
