mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -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
9 lines
157 B
Makefile
9 lines
157 B
Makefile
# $FreeBSD$
|
|
|
|
.if ${MACHINE} == "pc98"
|
|
SUBDIR = lpbb
|
|
.else
|
|
SUBDIR = alpm amdpm amdsmb ichsmb intpm ismt nfsmb viapm lpbb pcf
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|