Files
rpi_b/minix/drivers/eeprom/Makefile
2014-11-27 20:56:49 +01:00

8 lines
174 B
Makefile

.include <bsd.own.mk>
.if ( (${MACHINE_ARCH} == "earm") || (${MACHINE_ARCH} == "earmv6hf") )
SUBDIR+= cat24c256
.endif # ${MACHINE_ARCH} == "earm"
.include <bsd.subdir.mk>