xref: /minix3/minix/drivers/bus/Makefile (revision 433d6423c39e34ec4b79c950597bb2d236f886be)
1.include <bsd.own.mk>
2
3.if ${MKIMAGEONLY} == "no"
4.  if ${MACHINE_ARCH} == "i386"
5SUBDIR+=	ti1225
6.  endif # ${MACHINE_ARCH} == "i386"
7
8.  if ${MACHINE_ARCH} == "earm"
9SUBDIR+=	i2c
10.  endif # ${MACHINE_ARCH} == "earm"
11.endif # ${MKIMAGEONLY} == "no"
12
13.if ${MACHINE_ARCH} == "i386"
14SUBDIR+=	pci
15.endif # ${MACHINE_ARCH} == "i386"
16
17.include <bsd.subdir.mk>
18