freebsd-dev/sys/modules/usb/upgt/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
204 B
Makefile

# $FreeBSD$
.PATH: ${SRCTOP}/sys/dev/usb/wlan
KMOD = if_upgt
SRCS = if_upgt.c if_upgtvar.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>