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