mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 00:04:14 -05:00
8 lines
182 B
Makefile
8 lines
182 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../dev/iicbus
|
|
KMOD = iicbb
|
|
SRCS = device_if.h bus_if.h iicbus_if.h \
|
|
iicbb_if.h iicbb_if.c iicbb.c opt_platform.h
|
|
|
|
.include <bsd.kmod.mk>
|