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: restore stacktraces
[minix.git]
/
drivers
/
dp8390
/
Makefile
blob
81be544ded6f45f2661c7fd93a82cded74160332
1
# Makefile for dp8390 driver
2
PROG
=
dp8390
3
SRCS
=
3
c503.c dp8390.c ne2000.c rtl8029.c wdeth.c
4
5
DPADD
+= ${
LIBNETDRIVER
} ${
LIBSYS
} ${
LIBTIMERS
}
6
LDADD
+= -
lnetdriver
-
lsys
-
ltimers
7
8
MAN
=
9
10
BINDIR?
= /
usr
/
sbin
11
12
.
include
<
minix.service.mk
>