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
vm: fix a null dereference on out-of-memory
[minix.git]
/
drivers
/
dec21140A
/
Makefile
blob
9b9522ffc09161748b8e38e69bfbc0ad0b410d00
1
##
2
## Makefile for Dec21140A ethernet board driver
3
##
4
PROG
=
dec21140A
5
SRCS
=
dec21140A.c
6
7
FILES
=$(
PROG
)
.conf
8
FILESNAME
=$(
PROG
)
9
FILESDIR
= /
etc
/
system.conf.d
10
11
DPADD
+= ${
LIBNETDRIVER
} ${
LIBSYS
}
12
LDADD
+= -
lnetdriver
-
lsys
13
14
MAN
=
15
16
BINDIR?
= /
usr
/
sbin
17
18
debug
=
0
19
CPPFLAGS
+= -
Ddebug
=${
debug
} -
w
20
21
.
include
<
minix.service.mk
>