xref: /freebsd-14.2/sys/modules/otus/Makefile (revision 031beb4e)
1
2.PATH: ${SRCTOP}/sys/dev/otus
3
4KMOD    = if_otus
5SRCS    = if_otus.c if_otusreg.h	\
6	  bus_if.h device_if.h		\
7	  opt_bus.h opt_usb.h opt_wlan.h usb_if.h usbdevs.h
8
9.include <bsd.kmod.mk>
10