diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2018-07-04 15:59:16 -0400 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-07-06 08:58:33 -0400 |
commit | 3f9cdee5929b7d035e86302dcf08fbf3e80b0739 (patch) | |
tree | 72d8a0161e4c9dd8d2898e2f783c03ee2859bfbe | |
parent | 5ba800962a80d4158b73fb91a7779df7b770c750 (diff) |
kbuild: delete INSTALL_FW_PATH from kbuild documentation
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: 5620a0d1aacd ("firmware: delete in-kernel firmware")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: stable@vger.kernel.org # 4.14+
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
-rw-r--r-- | Documentation/kbuild/kbuild.txt | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Documentation/kbuild/kbuild.txt b/Documentation/kbuild/kbuild.txt index d605d506b334..1eb59cba242c 100644 --- a/Documentation/kbuild/kbuild.txt +++ b/Documentation/kbuild/kbuild.txt | |||
@@ -149,15 +149,6 @@ stripped after they are installed. If INSTALL_MOD_STRIP is '1', then | |||
149 | the default option --strip-debug will be used. Otherwise, | 149 | the default option --strip-debug will be used. Otherwise, |
150 | INSTALL_MOD_STRIP value will be used as the options to the strip command. | 150 | INSTALL_MOD_STRIP value will be used as the options to the strip command. |
151 | 151 | ||
152 | INSTALL_FW_PATH | ||
153 | -------------------------------------------------- | ||
154 | INSTALL_FW_PATH specifies where to install the firmware blobs. | ||
155 | The default value is: | ||
156 | |||
157 | $(INSTALL_MOD_PATH)/lib/firmware | ||
158 | |||
159 | The value can be overridden in which case the default value is ignored. | ||
160 | |||
161 | INSTALL_HDR_PATH | 152 | INSTALL_HDR_PATH |
162 | -------------------------------------------------- | 153 | -------------------------------------------------- |
163 | INSTALL_HDR_PATH specifies where to install user space headers when | 154 | INSTALL_HDR_PATH specifies where to install user space headers when |