minix3/drivers/iommu/Makefile

8 lines
130 B
Makefile

.include <bsd.own.mk>
.if ${MACHINE_ARCH} == "i386"
SUBDIR+= amddev
.endif # ${MACHINE_ARCH} == "i386"
.include <bsd.subdir.mk>