diff options
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/kbuild/kbuild.txt | 3 |
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. | |||
205 | KBUILD_BUILD_TIMESTAMP | 205 | KBUILD_BUILD_TIMESTAMP |
206 | -------------------------------------------------- | 206 | -------------------------------------------------- |
207 | Setting this to a date string overrides the timestamp used in the | 207 | Setting this to a date string overrides the timestamp used in the |
208 | UTS_VERSION definition (uname -v in the running kernel). The default value | 208 | UTS_VERSION definition (uname -v in the running kernel). The value has to |
209 | be a string that can be passed to date -d. The default value | ||
209 | is the output of the date command at one point during build. | 210 | is the output of the date command at one point during build. |
210 | 211 | ||
211 | KBUILD_BUILD_USER, KBUILD_BUILD_HOST | 212 | KBUILD_BUILD_USER, KBUILD_BUILD_HOST |