]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - drivers/ptp/Makefile
Merge tag 'nios2-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lftan...
[mirror_ubuntu-hirsute-kernel.git] / drivers / ptp / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
d94ba80e
RC
2#
3# Makefile for PTP 1588 clock support.
4#
5
6ptp-y := ptp_clock.o ptp_chardev.o ptp_sysfs.o
7obj-$(CONFIG_PTP_1588_CLOCK) += ptp.o
8a56aa10 8obj-$(CONFIG_PTP_1588_CLOCK_DTE) += ptp_dte.o
bad1eaa6 9obj-$(CONFIG_PTP_1588_CLOCK_INES) += ptp_ines.o
863d08ec 10obj-$(CONFIG_PTP_1588_CLOCK_PCH) += ptp_pch.o
a0e136d4 11obj-$(CONFIG_PTP_1588_CLOCK_KVM) += ptp_kvm.o
19df7510
YL
12obj-$(CONFIG_PTP_1588_CLOCK_QORIQ) += ptp-qoriq.o
13ptp-qoriq-y += ptp_qoriq.o
14ptp-qoriq-$(CONFIG_DEBUG_FS) += ptp_qoriq_debugfs.o
2785543f 15obj-$(CONFIG_PTP_1588_CLOCK_IDTCM) += ptp_clockmatrix.o
57a10d8c 16obj-$(CONFIG_PTP_1588_CLOCK_IDT82P33) += ptp_idt82p33.o
7d10001e 17obj-$(CONFIG_PTP_1588_CLOCK_VMW) += ptp_vmw.o