mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
It's used in the nanopi-r5s (cherry picked from commit 03205a8cd57feb95752142d899d026ff8f45f3e6)
13 lines
186 B
Makefile
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>
|