opnsense-src/sys/modules/i2c/hym8563/Makefile
Emmanuel Vadot e8d7fd8991 i2c: rtc: Add module for hym8563 driver
It's used in the nanopi-r5s

(cherry picked from commit 03205a8cd57feb95752142d899d026ff8f45f3e6)
2023-10-18 16:33:53 +02:00

13 lines
186 B
Makefile

.PATH: ${SRCTOP}/sys/dev/iicbus/rtc
KMOD= hym8563
SRCS= hym8563.c
SRCS+= bus_if.h \
clock_if.h \
device_if.h \
iicbus_if.h \
opt_platform.h \
ofw_bus_if.h
.include <bsd.kmod.mk>