minix3/drivers/eeprom/Makefile

8 lines
133 B
Makefile
Raw Normal View History

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