31d9867769
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>
11 lines
196 B
Makefile
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>
|