xref: /freebsd-13.1/sys/modules/otus/Makefile (revision 193d9e76)
1# $FreeBSD$
2
3.PATH: ${SRCTOP}/sys/dev/otus
4
5KMOD    = if_otus
6SRCS    = if_otus.c if_otusreg.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