minix/commands/readclock/Makefile
Thomas Cort 09db2a8c67 readclock: add support for am335x RTC
Add support for getting/setting the am335x SoC's internal real
time clock. Also, allow the power off alarm to be set.

Make readclock an "always on" driver. This is needed for setting
power-off alarms whenever the power button is pressed on the BBB.

Replace the readclock.sh script & single run driver with a
readclock program that takes the same arguments and forwards
the requests on to the always up readclock driver.

Change-Id: Ifd6c2acd80ae4b5e79d83df510df445c24e24a71
2013-08-05 08:37:51 -04:00

9 lines
126 B
Makefile

PROG= readclock
SRCS= readclock.c
BINDIR= /bin
# no man page here, it's handled in ../man/man8/
MAN=
.include <bsd.prog.mk>