rtl8169: use new libnetdriver

Change-Id: Ia26b6c440a1525f1d2bb9e7592e357dac0ba602c
This commit is contained in:
David van Moolenbroek 2014-12-02 14:06:15 +00:00
parent 4081bff625
commit d76bd1f07c
2 changed files with 206 additions and 678 deletions

View File

@ -6,8 +6,8 @@ FILES=$(PROG).conf
FILESNAME=$(PROG)
FILESDIR= /etc/system.conf.d
DPADD+= ${LIBNETDRIVER} ${LIBSYS} ${LIBTIMERS}
LDADD+= -lnetdriver -lsys -ltimers
DPADD+= ${LIBNETDRIVER} ${LIBSYS}
LDADD+= -lnetdriver -lsys
CPPFLAGS+= -I${NETBSDSRCDIR}/minix

File diff suppressed because it is too large Load Diff