mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
9 lines
195 B
Makefile
9 lines
195 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/dev/iicbus
|
|
KMOD = iicbb
|
|
SRCS = device_if.h bus_if.h iicbus_if.h \
|
|
iicbb_if.h iicbb_if.c iicbb.c ofw_bus_if.h opt_platform.h
|
|
|
|
EXPORT_SYMS= YES
|
|
|
|
.include <bsd.kmod.mk>
|