PERFORCE change 141019 for review

Andrew Thompson thompsa at FreeBSD.org
Thu May 1 23:58:14 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=141019

Change 141019 by thompsa at 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


More information about the p4-projects mailing list