mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 15:57:05 -05:00
14 lines
179 B
Makefile
14 lines
179 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/iicbus
|
|
KMOD= icee
|
|
SRCS= icee.c
|
|
|
|
SRCS+= \
|
|
bus_if.h \
|
|
device_if.h \
|
|
iicbus_if.h \
|
|
ofw_bus_if.h \
|
|
opt_platform.h \
|
|
|
|
.include <bsd.kmod.mk>
|