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

.if ${MACHINE_ARCH} == "earm"
SUBDIR+=	cat24c256
.endif # ${MACHINE_ARCH} == "earm"

.include <bsd.subdir.mk>