1# $FreeBSD: releng/11.0/sys/modules/usb/urtw/Makefile 192873 2009-05-27 03:57:38Z weongyo $
2
3.PATH: ${.CURDIR}/../../../dev/usb/wlan
4
5KMOD    = if_urtw
6SRCS    = if_urtw.c if_urtwreg.h if_urtwvar.h	\
7	  bus_if.h device_if.h \
8	  opt_bus.h opt_usb.h usb_if.h usbdevs.h
9
10.include <bsd.kmod.mk>
11