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
ARM divsi3.S: raise(SIGFPE) when called for
[minix.git]
/
drivers
/
e1000
/
Makefile
blob
aff128209c305584502e581b0101977fecf4abc2
1
#
2
# Makefile for the Intel Pro/1000 driver.
3
#
4
PROG
=
e1000
5
SRCS
=
e1000.c
6
7
FILES
=$(
PROG
)
.conf
8
FILESNAME
=$(
PROG
)
9
FILESDIR
= /
etc
/
system.conf.d
10
11
DPADD
+= ${
LIBNETDRIVER
} ${
LIBSYS
} ${
LIBTIMERS
}
12
LDADD
+= -
lnetdriver
-
lsys
-
ltimers
13
14
MAN
=
15
16
BINDIR?
= /
usr
/
sbin
17
18
.
include
<
minix.service.mk
>