]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - sys/modules/usb/urtwn/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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>