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