Files
src/sys/modules/i2c/rs5c372a/Makefile
T
Justin Hibbits d22051b18e iicbus/rtc: Add driver for the Ricoh rs5c372 RTC
This RTC chip supports 2 alarm timers in addition to RTC functionality,
but this driver only supports the RTC at this time.
2026-05-03 15:09:28 -04:00

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>