blob: 8dc0fb84cbb4f03485f7eb9baae3e26123170e7d (
plain) (
blame)
1
2
3
4
5
6
7
8
|
.PATH: ${SRCTOP}/sys/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 opt_wlan.h usb_if.h usbdevs.h
.include <bsd.kmod.mk>
|