mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 08:38:13 -05:00
ismt(4) supports the SMBus Message Transport controller found on Intel C2000 series (Avoton) and S1200 series (Briarwood) Atom SoCs. Sponsored by: Intel
8 lines
162 B
Makefile
8 lines
162 B
Makefile
#$FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../../dev/ismt
|
|
KMOD = ismt
|
|
SRCS = device_if.h bus_if.h iicbb_if.h pci_if.h smbus_if.h \
|
|
ismt.c
|
|
|
|
.include <bsd.kmod.mk>
|