Makefile revision 330679
1# $FreeBSD: stable/11/sys/modules/i2c/controllers/Makefile 330679 2018-03-09 02:55:22Z rpokala $
2
3.if ${MACHINE} == "pc98"
4SUBDIR = lpbb
5.else
6SUBDIR = alpm amdpm amdsmb ichiic ichsmb intpm ismt nfsmb viapm lpbb pcf
7.endif
8
9.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64"
10SUBDIR += imcsmb
11.endif
12
13.include <bsd.subdir.mk>
14