minix3/drivers/net/rtl8169/Makefile

15 lines
306 B
Makefile
Raw Normal View History

2020-02-21 00:59:27 +05:30
# Makefile for the Realtek RTL8169 ethernet driver (RTL8169)
PROG= rtl8169
SRCS= rtl8169.c
FILES=$(PROG).conf
FILESNAME=$(PROG)
FILESDIR= /etc/system.conf.d
DPADD+= ${LIBNETDRIVER} ${LIBSYS} ${LIBTIMERS}
LDADD+= -lnetdriver -lsys -ltimers
CPPFLAGS+= -I${NETBSDSRCDIR}/minix
.include <minix.service.mk>