d22051b18e
This RTC chip supports 2 alarm timers in addition to RTC functionality, but this driver only supports the RTC at this time.
15 lines
216 B
Makefile
15 lines
216 B
Makefile
.PATH: ${SRCTOP}/sys/dev/iicbus/rtc/
|
|
KMOD = rs5c372a
|
|
SRCS = rs5c372a.c
|
|
|
|
# Generated files...
|
|
SRCS+= \
|
|
bus_if.h \
|
|
clock_if.h \
|
|
device_if.h \
|
|
iicbus_if.h \
|
|
opt_platform.h \
|
|
ofw_bus_if.h \
|
|
|
|
.include <bsd.kmod.mk>
|