xref: /freebsd/sys/modules/i2c/controllers/Makefile (revision d37ea99837e6ad50837fd9fe1771ddf1c3ba6002)
1# $FreeBSD$
2
3.if ${MACHINE} == "pc98"
4SUBDIR = lpbb
5.else
6SUBDIR = alpm amdpm intpm viapm lpbb pcf
7.endif
8
9.include <bsd.subdir.mk>
10