minix3/drivers/bus/Makefile

18 lines
355 B
Makefile
Raw Normal View History

2020-02-21 00:59:27 +05:30
.include <bsd.own.mk>
.if ${MKIMAGEONLY} == "no"
. if ${MACHINE_ARCH} == "i386"
SUBDIR+= ti1225
. endif # ${MACHINE_ARCH} == "i386"
. if ${MACHINE_ARCH} == "earm"
SUBDIR+= i2c
. endif # ${MACHINE_ARCH} == "earm"
.endif # ${MKIMAGEONLY} == "no"
.if ${MACHINE_ARCH} == "i386"
SUBDIR+= pci
.endif # ${MACHINE_ARCH} == "i386"
.include <bsd.subdir.mk>