Skip to content

Commit

Permalink
kbuild: delete INSTALL_FW_PATH from kbuild documentation
Browse files Browse the repository at this point in the history
Removed Kbuild documentation for INSTALL_FW_PATH.

The kbuild symbol INSTALL_FW_PATH was removed from Kbuild tools in
September 2017 (for 4.14) but the symbol was not deleted from
the kbuild documentation, so do that now.

Fixes: 5620a0d ("firmware: delete in-kernel firmware")
Signed-off-by: Randy Dunlap <[email protected]>
Cc: [email protected] # 4.14+
Cc: Greg Kroah-Hartman <[email protected]>
Signed-off-by: Masahiro Yamada <[email protected]>
  • Loading branch information
rddunlap authored and masahir0y committed Jul 6, 2018
1 parent 5ba8009 commit 3f9cdee
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Documentation/kbuild/kbuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -149,15 +149,6 @@ stripped after they are installed. If INSTALL_MOD_STRIP is '1', then
the default option --strip-debug will be used. Otherwise,
INSTALL_MOD_STRIP value will be used as the options to the strip command.

INSTALL_FW_PATH
--------------------------------------------------
INSTALL_FW_PATH specifies where to install the firmware blobs.
The default value is:

$(INSTALL_MOD_PATH)/lib/firmware

The value can be overridden in which case the default value is ignored.

INSTALL_HDR_PATH
--------------------------------------------------
INSTALL_HDR_PATH specifies where to install user space headers when
Expand Down

0 comments on commit 3f9cdee

Please sign in to comment.