63a55eab9b
Without it driver cannot be loaded when wlan(4) module is built with 'options IEEE80211_DEBUG_REFCNT'.
11 lines
204 B
Makefile
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>
|