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
Remove building with NOCRYPTO option
[minix.git]
/
minix
/
drivers
/
storage
/
ahci
/
Makefile
blob
6876159137e653ca0a8c583b47057f110f8ddd83
1
# Makefile for the Advanced Host Controller Interface driver (AHCI)
2
PROG
=
ahci
3
SRCS
=
ahci.c
4
5
DPADD
+= ${
LIBBLOCKDRIVER
} ${
LIBSYS
} ${
LIBTIMERS
} ${
LIBMTHREAD
}
6
LDADD
+= -
lblockdriver
-
lsys
-
ltimers
-
lmthread
7
8
.
include
<
minix.service.mk
>