2013-11-18 19:37:53 -05:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
2017-03-04 05:10:17 -05:00
|
|
|
.PATH: ${SRCTOP}/sys/dev/usb/net
|
2013-11-18 19:37:53 -05:00
|
|
|
|
|
|
|
|
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>
|