2009-04-04 11:23:00 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2017-03-04 10:10:17 +00:00
|
|
|
.PATH: ${SRCTOP}/sys/dev/usb/wlan
|
2009-04-04 11:23:00 +00:00
|
|
|
|
|
|
|
KMOD = if_uath
|
|
|
|
SRCS = if_uath.c if_uathvar.h if_uathreg.h \
|
|
|
|
bus_if.h device_if.h \
|
2018-03-10 23:16:24 +00:00
|
|
|
opt_bus.h opt_usb.h opt_wlan.h usb_if.h usbdevs.h
|
2009-04-04 11:23:00 +00:00
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|