kernel/usb4bsd: Bring in the axge(4) ethernet driver.
[dragonfly.git] / sys / bus / u4b / net / axge / Makefile
1 # $FreeBSD: head/sys/modules/usb/axge/Makefile 258331 2013-11-19 00:37:53Z markj $
2
3 .PATH: ${.CURDIR}/..
4
5 KMOD=   if_axge
6 SRCS+=  if_axge.c usbdevs.h
7 SRCS+=  bus_if.h device_if.h miibus_if.h usb_if.h \
8         opt_bus.h opt_inet.h opt_usb.h
9
10 .include <bsd.kmod.mk>