freebsd-nq/sys/modules/usb/rsu/Makefile
Rui Paulo 31d9867769 Import OpenBSD's rsu(4) WLAN driver.
Support chipsets are the Realtek RTL8188SU, RTL8191SU, and RTL8192SU.

Many thanks to Idwer Vollering for porting/writing the man page and for
testing.

Reviewed by:	adrian, hselasky
Obtained from:	OpenBSD
Tested by:	kevlo, Idwer Vollering <vidwer at gmail.com>
2013-07-30 02:07:57 +00:00

11 lines
196 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../../dev/usb/wlan
KMOD = if_rsu
SRCS = if_rsu.c if_rsureg.h \
bus_if.h device_if.h \
opt_bus.h opt_usb.h usb_if.h usbdevs.h
.include <bsd.kmod.mk>