blob: 909a63b6e77f03894906025cfbc410bc301fa6d7 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Makefile for arch-dependent readclock code
.include <bsd.own.mk>
HERE=${.CURDIR}/arch/${MACHINE_ARCH}
.PATH: ${HERE}
SRCS += arch_readclock.c omap_rtc.c omap_rtc.h
DPADD+= ${LIBCLKCONF}
LDADD+= -lclkconf
|