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