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
/
fxp
/
Makefile
blob
643c793906a7fabd09a7d559134ee811d11fe03d
1
# Makefile for Intel Pro/100 driver (FXP)
2
PROG
=
fxp
3
SRCS
=
fxp.c mii.c
4
5
FILES
=$(
PROG
)
.conf
6
FILESNAME
=$(
PROG
)
7
FILESDIR
= /
etc
/
system.conf.d
8
9
DPADD
+= ${
LIBNETDRIVER
} ${
LIBSYS
} ${
LIBTIMERS
}
10
LDADD
+= -
lnetdriver
-
lsys
-
ltimers
11
12
MAN
=
13
14
BINDIR?
= /
usr
/
sbin
15
16
.
include
<
minix.service.mk
>