aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 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
149the default option --strip-debug will be used. Otherwise, 149the default option --strip-debug will be used. Otherwise,
150INSTALL_MOD_STRIP value will be used as the options to the strip command. 150INSTALL_MOD_STRIP value will be used as the options to the strip command.
151 151
152INSTALL_FW_PATH
153--------------------------------------------------
154INSTALL_FW_PATH specifies where to install the firmware blobs.
155The default value is:
156
157 $(INSTALL_MOD_PATH)/lib/firmware
158
159The value can be overridden in which case the default value is ignored.
160
161INSTALL_HDR_PATH 152INSTALL_HDR_PATH
162-------------------------------------------------- 153--------------------------------------------------
163INSTALL_HDR_PATH specifies where to install user space headers when 154INSTALL_HDR_PATH specifies where to install user space headers when