xref: /freebsd/sys/modules/usb/uath/Makefile (revision dc60165b73e4c4d829a2cb9fed5cce585e93d9a9)
1dc60165bSWeongyo Jeong# $FreeBSD$
2dc60165bSWeongyo Jeong
3dc60165bSWeongyo Jeong.PATH: ${.CURDIR}/../../../dev/usb/wlan
4dc60165bSWeongyo Jeong
5dc60165bSWeongyo JeongKMOD    = if_uath
6dc60165bSWeongyo JeongSRCS    = if_uath.c if_uathvar.h if_uathreg.h	\
7dc60165bSWeongyo Jeong	  bus_if.h device_if.h \
8dc60165bSWeongyo Jeong	  opt_bus.h opt_usb.h usb_if.h usbdevs.h
9dc60165bSWeongyo Jeong
10dc60165bSWeongyo Jeong.include <bsd.kmod.mk>
11