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
3.1.7 branch.
[minix.git]
/
drivers
/
dec21140A
/
Makefile
blob
75824a41ee45392276eed33c26a91b7bc16439f9
1
##
2
## Makefile for Dec21140A ethernet board driver
3
##
4
PROG
=
dec21140A
5
SRCS
=
dec21140A.c
6
7
DPADD
+= ${
LIBNETDRIVER
} ${
LIBSYS
}
8
LDADD
+= -
lnetdriver
-
lsys
9
10
MAN
=
11
12
BINDIR?
= /
usr
/
sbin
13
14
debug
=
0
15
CPPFLAGS
+= -
Ddebug
=${
debug
} -
ws
-
w
-
Wall
16
17
.
include
<
minix.prog.mk
>