xref: /minix3/minix/drivers/power/Makefile (revision 433d6423c39e34ec4b79c950597bb2d236f886be)
1.include <bsd.own.mk>
2
3.if ${MACHINE_ARCH} == "i386"
4SUBDIR+=	acpi
5.endif # ${MACHINE_ARCH} == "i386"
6
7.if ${MACHINE_ARCH} == "earm"
8SUBDIR+=	tps65217
9SUBDIR+=	tps65950
10.endif # ${MACHINE_ARCH} == "earm"
11
12.include <bsd.subdir.mk>
13