aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/kbuild/kbuild.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/kbuild/kbuild.txt b/Documentation/kbuild/kbuild.txt
index f11ebb33e4a6..646e2c114fff 100644
--- a/Documentation/kbuild/kbuild.txt
+++ b/Documentation/kbuild/kbuild.txt
@@ -205,7 +205,8 @@ gcc -W... options for more extensive build-time checking.
205KBUILD_BUILD_TIMESTAMP 205KBUILD_BUILD_TIMESTAMP
206-------------------------------------------------- 206--------------------------------------------------
207Setting this to a date string overrides the timestamp used in the 207Setting this to a date string overrides the timestamp used in the
208UTS_VERSION definition (uname -v in the running kernel). The default value 208UTS_VERSION definition (uname -v in the running kernel). The value has to
209be a string that can be passed to date -d. The default value
209is the output of the date command at one point during build. 210is the output of the date command at one point during build.
210 211
211KBUILD_BUILD_USER, KBUILD_BUILD_HOST 212KBUILD_BUILD_USER, KBUILD_BUILD_HOST