mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 14:26:03 -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 2f16049c98)
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>
|