minix3/drivers/power/Makefile

13 lines
230 B
Makefile
Raw Normal View History

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