da089c1410
adapters. Both devices support Gigabit Ethernet and USB 2.0, and the AX88179 supports USB 3.0. The driver was written by kevlo@ and lwhsu@, with a few bug fixes from me. MFC after: 2 months
11 lines
201 B
Makefile
11 lines
201 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../dev/usb/net
|
|
|
|
KMOD= if_axge
|
|
SRCS+= if_axge.c usbdevs.h
|
|
SRCS+= bus_if.h device_if.h miibus_if.h usb_if.h \
|
|
opt_bus.h opt_inet.h opt_usb.h
|
|
|
|
.include <bsd.kmod.mk>
|