Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 May 2008 23:58:14 GMT
From:      Andrew Thompson <thompsa@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 141019 for review
Message-ID:  <200805012358.m41NwEYo066802@repoman.freebsd.org>

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

Change 141019 by thompsa@thompsa_burger on 2008/05/01 23:58:03

	Allow bwifw by specifing WITH_BWI_FIRMWARE in /etc/src.conf, with the
	idea that the user has obtained the blob.

Affected files ...

.. //depot/projects/vap/share/mk/bsd.own.mk#6 edit
.. //depot/projects/vap/sys/modules/Makefile#25 edit

Differences ...

==== //depot/projects/vap/share/mk/bsd.own.mk#6 (text+ko) ====

@@ -376,6 +376,7 @@
 #
 .for var in \
     BIND_LIBS \
+    BWI_FIRMWARE \
     HESIOD \
     IDEA
 .if defined(WITH_${var}) && defined(WITHOUT_${var})

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

@@ -41,6 +41,7 @@
 	${_bktr} \
 	bridgestp \
 	bwi \
+	${_bwifw} \
 	cam \
 	${_canbepm} \
 	${_canbus} \
@@ -344,6 +345,10 @@
 #_harp=		harp
 #.endif
 
+.if ${MK_BWI_FIRMWARE} != "no"
+_bwifw=		bwifw
+.endif
+
 .if ${MK_CRYPT} != "no" || defined(ALL_MODULES)
 .if exists(${.CURDIR}/../opencrypto)
 _crypto=	crypto



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