]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/modules/i2c/controllers/Makefile
MFC r330304: imcsmb(4): Intel integrated Memory Controller (iMC) SMBus
[FreeBSD/stable/10.git] / sys / modules / i2c / controllers / Makefile
1 # $FreeBSD$
2
3 .if ${MACHINE} == "pc98"
4 SUBDIR = lpbb
5 .else
6 SUBDIR = alpm amdpm amdsmb ichsmb intpm ismt nfsmb viapm lpbb pcf
7 .endif
8
9 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64"
10 SUBDIR += imcsmb
11 .endif
12
13 .include <bsd.subdir.mk>