repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix Compilation on Ubuntu 18.04
[minix3.git]
/
minix
/
drivers
/
audio
/
Makefile
blob
b09e59249e1857d3ebda71f058fa877a6830d3e6
1
.
include
<
bsd.own.mk
>
2
3
.if
${
MACHINE_ARCH
} ==
"i386"
4
SUBDIR
+=
als4000
5
SUBDIR
+=
cmi8738
6
SUBDIR
+=
cs4281
7
SUBDIR
+=
es1370
8
SUBDIR
+=
es1371
9
SUBDIR
+=
sb16
10
SUBDIR
+=
trident
11
.
endif
# ${MACHINE_ARCH} == "i386"
12
13
.
include
<
bsd.subdir.mk
>