1# 2# Makefile for the Freescale DPAA2 PTP clock 3# 4 5obj-$(CONFIG_FSL_DPAA2_PTP_CLOCK) += dpaa2-rtc.o 6 7dpaa2-rtc-objs := rtc.o dprtc.o 8