2013-07-29 22:07:57 -04:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
|
|
.PATH: ${.CURDIR}/../../../dev/usb/wlan
|
|
|
|
|
|
|
|
|
|
KMOD = if_rsu
|
|
|
|
|
SRCS = if_rsu.c if_rsureg.h \
|
|
|
|
|
bus_if.h device_if.h \
|
2015-09-29 00:56:27 -04:00
|
|
|
opt_bus.h opt_usb.h opt_wlan.h usb_if.h usbdevs.h
|
2013-07-29 22:07:57 -04:00
|
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|