mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 00:11:07 -05:00
7 lines
176 B
Makefile
7 lines
176 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/iicbus
|
|
KMOD = ds13rtc
|
|
SRCS = ds13rtc.c bus_if.h clock_if.h device_if.h iicbus_if.h ofw_bus_if.h opt_platform.h
|
|
|
|
.include <bsd.kmod.mk>
|