mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
No reason that they should live directly under iicbus Sponsored by: Beckhoff Automation GmbH & Co. KG Differential Revision: https://reviews.freebsd.org/D41908 (cherry picked from commit 2f16049c985a364e2bd2b256f5bef9af17e10c62)
6 lines
166 B
Makefile
6 lines
166 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/dev/iicbus/rtc
|
|
KMOD = ds3231
|
|
SRCS = ds3231.c bus_if.h clock_if.h device_if.h iicbus_if.h ofw_bus_if.h opt_platform.h
|
|
|
|
.include <bsd.kmod.mk>
|