Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Randy Dunlap and committed by
Masahiro Yamada
3f9cdee5 5ba80096

-9
-9
Documentation/kbuild/kbuild.txt
··· 149 149 the default option --strip-debug will be used. Otherwise, 150 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 152 INSTALL_HDR_PATH 162 153 -------------------------------------------------- 163 154 INSTALL_HDR_PATH specifies where to install user space headers when