Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Jan 2008 23:20:11 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 133134 for review
Message-ID:  <200801122320.m0CNKBXM046365@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=133134

Change 133134 by sam@sam_ebb on 2008/01/12 23:19:33

	need opt_wlan.h

Affected files ...

.. //depot/projects/vap/sys/modules/wlan_scan_sta/Makefile#3 edit

Differences ...

==== //depot/projects/vap/sys/modules/wlan_scan_sta/Makefile#3 (text+ko) ====

@@ -4,5 +4,11 @@
 
 KMOD=	wlan_scan_sta
 SRCS=	ieee80211_scan_sta.c
+SRCS+=	opt_wlan.h
+
+.if !defined(KERNBUILDDIR)
+opt_wlan.h:
+	echo "#define IEEE80211_DEBUG 1" > opt_wlan.h
+.endif
 
 .include <bsd.kmod.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801122320.m0CNKBXM046365>