mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-05 02:38:20 +00:00
7 lines
134 B
Makefile
7 lines
134 B
Makefile
|
#
|
||
|
# Makefile for PTP 1588 clock support.
|
||
|
#
|
||
|
|
||
|
ptp-y := ptp_clock.o ptp_chardev.o ptp_sysfs.o
|
||
|
obj-$(CONFIG_PTP_1588_CLOCK) += ptp.o
|