minix/drivers/dec21140A/Makefile
2011-07-09 15:04:42 +02:00

18 lines
247 B
Makefile

##
## Makefile for Dec21140A ethernet board driver
##
PROG= dec21140A
SRCS= dec21140A.c
DPADD+= ${LIBNETDRIVER} ${LIBSYS}
LDADD+= -lnetdriver -lsys
MAN=
BINDIR?= /usr/sbin
debug= 0
CPPFLAGS+= -Ddebug=${debug} -w
.include <minix.service.mk>