summaryrefslogtreecommitdiffstats
path: root/kernel/drivers/ptp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/drivers/ptp/Makefile')
-rw-r--r--kernel/drivers/ptp/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/kernel/drivers/ptp/Makefile b/kernel/drivers/ptp/Makefile
new file mode 100644
index 000000000..8b5859729
--- /dev/null
+++ b/kernel/drivers/ptp/Makefile
@@ -0,0 +1,8 @@
+#
+# Makefile for PTP 1588 clock support.
+#
+
+ptp-y := ptp_clock.o ptp_chardev.o ptp_sysfs.o
+obj-$(CONFIG_PTP_1588_CLOCK) += ptp.o
+obj-$(CONFIG_PTP_1588_CLOCK_IXP46X) += ptp_ixp46x.o
+obj-$(CONFIG_PTP_1588_CLOCK_PCH) += ptp_pch.o