xref: /freebsd-14.2/sys/modules/usb/uath/Makefile (revision 031beb4e)
1
2.PATH: ${SRCTOP}/sys/dev/usb/wlan
3
4KMOD    = if_uath
5SRCS    = if_uath.c if_uathvar.h if_uathreg.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