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
tools/llvm: Do not build with symbols
[minix3.git]
/
minix
/
drivers
/
bus
/
pci
/
Makefile
blob
50af8a580656e6fcce5f4125e859036d1382ebc7
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
.
include
<
minix.service.mk
>