mirror of
https://github.com/opnsense/src.git
synced 2026-02-25 19:05:20 -05:00
7 lines
174 B
Makefile
7 lines
174 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/iicbus
|
|
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>
|