2009-05-26 23:57:38 -04:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
2017-03-04 05:10:17 -05:00
|
|
|
.PATH: ${SRCTOP}/sys/dev/usb/wlan
|
2009-05-26 23:57:38 -04:00
|
|
|
|
|
|
|
|
KMOD = if_urtw
|
|
|
|
|
SRCS = if_urtw.c if_urtwreg.h if_urtwvar.h \
|
|
|
|
|
bus_if.h device_if.h \
|
|
|
|
|
opt_bus.h opt_usb.h usb_if.h usbdevs.h
|
|
|
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|