summaryrefslogtreecommitdiff
path: root/drivers/staging/fsl-dpaa2/rtc/Makefile
blob: 541a7acdafeb03a97fd16592fb7a2aa734f45763 (plain)
1
2
3
4
5
6
7
8
9
10

obj-$(CONFIG_PTP_1588_CLOCK_DPAA2) += dpaa2-rtc.o

dpaa2-rtc-objs := rtc.o dprtc.o

all:
	make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules

clean:
	make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean