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
kernel: vm kernel call can't suspend
[minix.git]
/
drivers
/
pci
/
Makefile
blob
5b4e30396409ceef6b37ce0bc38a56fdc52622bb
1
# Makefile for PCI support
2
PROG
=
pci
3
SRCS
=
main.c pci.c pci_table.c
4
5
DPADD
+= ${
LIBSYS
} ${
LIBTIMERS
}
6
LDADD
+= -
lsys
-
ltimers
7
8
MAN
=
9
10
BINDIR?
= /
usr
/
sbin
11
12
.
include
<
minix.service.mk
>