freebsd-skq/sys/modules/usb/uath/Makefile
Andriy Voskoboinyk 63a55eab9b usb/wlan/*: properly include "opt_wlan.h" into all drivers
Without it driver cannot be loaded when wlan(4) module is built with
'options IEEE80211_DEBUG_REFCNT'.
2018-03-10 23:16:24 +00:00

11 lines
217 B
Makefile

# $FreeBSD$
.PATH: ${SRCTOP}/sys/dev/usb/wlan
KMOD = if_uath
SRCS = if_uath.c if_uathvar.h if_uathreg.h \
bus_if.h device_if.h \
opt_bus.h opt_usb.h opt_wlan.h usb_if.h usbdevs.h
.include <bsd.kmod.mk>