diff options
Diffstat (limited to 'drivers/ptp/Makefile')
| -rw-r--r-- | drivers/ptp/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/ptp/Makefile b/drivers/ptp/Makefile new file mode 100644 index 000000000000..480e2afdc999 --- /dev/null +++ b/drivers/ptp/Makefile | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | # | ||
| 2 | # Makefile for PTP 1588 clock support. | ||
| 3 | # | ||
| 4 | |||
| 5 | ptp-y := ptp_clock.o ptp_chardev.o ptp_sysfs.o | ||
| 6 | obj-$(CONFIG_PTP_1588_CLOCK) += ptp.o | ||
