summaryrefslogtreecommitdiff
path: root/minix/drivers/power/Makefile
blob: f338531306ad45c5e56072cb81eb76da58f95459 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
.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>