]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/modules/usb/urtwn/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / sys / modules / usb / urtwn / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../../dev/usb/wlan
4
5 KMOD    = if_urtwn
6 SRCS    = if_urtwn.c if_urtwnreg.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>