Makefile revision 319182
1# $FreeBSD: stable/11/sys/modules/usb/rsu/Makefile 319182 2017-05-30 04:11:12Z ngie $
2
3.PATH: ${SRCTOP}/sys/dev/usb/wlan
4
5KMOD    = if_rsu
6SRCS    = if_rsu.c if_rsureg.h \
7	  bus_if.h device_if.h \
8	  opt_bus.h opt_usb.h opt_wlan.h usb_if.h usbdevs.h
9
10.include <bsd.kmod.mk>
11