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
use oxpcie only if enabled to avoid baud bottleneck of uart.
[minix.git]
/
drivers
/
e1000
/
Makefile
blob
7298b225fcd950d198d8ab6887597e032220aa83
1
#
2
# Makefile for the Intel Pro/1000 driver.
3
#
4
PROG
=
e1000
5
SRCS
=
e1000.c
6
7
DPADD
+= ${
LIBNETDRIVER
} ${
LIBSYS
} ${
LIBTIMERS
}
8
LDADD
+= -
lnetdriver
-
lsys
-
ltimers
9
10
MAN
=
11
12
BINDIR?
= /
usr
/
sbin
13
14
.
include
<
minix.prog.mk
>