summaryrefslogtreecommitdiff
path: root/minix/drivers/iommu/Makefile
blob: 7377a0d8e4467385127bb12e17ce1d253bdbcddb (plain)
1
2
3
4
5
6
7
.include <bsd.own.mk>

.if ${MACHINE_ARCH} == "i386"
SUBDIR+=	amddev
.endif # ${MACHINE_ARCH} == "i386"

.include <bsd.subdir.mk>