freebsd-dev/sys/modules/rue/Makefile
Shunsuke Akiyama 11e04b0528 Add RealTek RTL8150 USB to fast Ethernet controller driver.
This driver now supports the Melco LUA-KTX and the GREEN HOUSE
GH-USB100B.

Reviewed by:	imp
MFC after:	2 weeks
2003-05-03 10:16:56 +00:00

11 lines
164 B
Makefile

# $FreeBSD$
S= ${.CURDIR}/../..
.PATH: $S/dev/usb
KMOD= if_rue
SRCS= if_rue.c opt_bdg.h opt_usb.h device_if.h bus_if.h
SRCS+= miibus_if.h
.include <bsd.kmod.mk>