repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
etc/services - sync with NetBSD-8
[minix.git]
/
minix
/
drivers
/
power
/
Makefile
blob
f338531306ad45c5e56072cb81eb76da58f95459
1
.
include
<
bsd.own.mk
>
2
3
.if
${
MACHINE_ARCH
} ==
"i386"
4
SUBDIR
+=
acpi
5
.
endif
# ${MACHINE_ARCH} == "i386"
6
7
.if
${
MACHINE_ARCH
} ==
"earm"
8
SUBDIR
+=
tps65217
9
SUBDIR
+=
tps65950
10
.
endif
# ${MACHINE_ARCH} == "earm"
11
12
.
include
<
bsd.subdir.mk
>