mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +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
|