summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2018-07-04 12:59:16 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-07-17 11:48:30 +0200
commit60eacd898c4d4525ec51ca9cc34d866fb5286d33 (patch)
treece94d336a61fe318a5ecb14cf03d2794cf7672f6
parent259698f202378f31df6e845002377c2fbae827ad (diff)
downloadlinux-stable-60eacd898c4d4525ec51ca9cc34d866fb5286d33.tar.gz
linux-stable-60eacd898c4d4525ec51ca9cc34d866fb5286d33.tar.bz2
linux-stable-60eacd898c4d4525ec51ca9cc34d866fb5286d33.zip
kbuild: delete INSTALL_FW_PATH from kbuild documentation
commit 3f9cdee5929b7d035e86302dcf08fbf3e80b0739 upstream. 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> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--Documentation/kbuild/kbuild.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/Documentation/kbuild/kbuild.txt b/Documentation/kbuild/kbuild.txt
index 6c9c69ec3986..0fa16b461256 100644
--- a/Documentation/kbuild/kbuild.txt
+++ b/Documentation/kbuild/kbuild.txt
@@ -148,15 +148,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