mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-13 10:02:38 +00:00
firmware(9): remove uuencoded example
We can (should) just commit the binary files to the source tree. Reviewed by: bz, imp, 0mp Differential Revision: https://reviews.freebsd.org/D19581
This commit is contained in:
parent
cf3f5ed89e
commit
22ae5464d6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=345138
@ -23,7 +23,7 @@
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd August 2, 2008
|
||||
.Dd March 14, 2019
|
||||
.Dt FIRMWARE 9
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -248,13 +248,12 @@ IxNpeMicrocode.fwo optional npe_fw \\
|
||||
-r -d -o ${.TARGET} IxNpeMicrocode.dat" \\
|
||||
no-implicit-rule \\
|
||||
clean "IxNpeMicrocode.fwo"
|
||||
IxNpeMicrocode.dat optional npe_fw \\
|
||||
dependency ".PHONY" \\
|
||||
compile-with "uudecode < $S/contrib/dev/npe/IxNpeMicrocode.dat.uu" \\
|
||||
no-obj no-implicit-rule \\
|
||||
clean "IxNpeMicrocode.dat"
|
||||
.Ed
|
||||
.Pp
|
||||
Firmware was previously committed to the source tree as uuencoded files,
|
||||
but this is no longer required; the binary firmware file should be committed
|
||||
to the tree as provided by the vendor.
|
||||
.Pp
|
||||
Note that generating the firmware modules in this way requires
|
||||
the availability of the following tools:
|
||||
.Xr awk 1 ,
|
||||
|
Loading…
Reference in New Issue
Block a user