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

15 lines
271 B
Makefile

# Makefile for the Realtek RTL8139 ethernet driver (RTL8139)
PROG= rtl8139
SRCS= rtl8139.c liveupdate.c
DPADD+= ${LIBNETDRIVER} ${LIBSYS} ${LIBTIMERS}
LDADD+= -lnetdriver -lsys -ltimers
MAN=
BINDIR?= /usr/sbin
CPPFLAGS+= -I${MINIXSRCDIR}
.include <minix.service.mk>