diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2020-12-21 16:01:13 +0900 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2020-12-21 16:01:44 +0900 |
commit | 90d39628ac799e93c0f7a56763eed5029632f1ba (patch) | |
tree | 8d67c7cd2790b5ae8db625c88d4022a7b03cdbbf /Documentation/kbuild | |
parent | 135b4957eac43af2aedf8e2a277b9540f33c2558 (diff) |
kconfig: doc: fix $(fileno) to $(filename)
This is a typo.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'Documentation/kbuild')
-rw-r--r-- | Documentation/kbuild/kconfig-macro-language.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/kbuild/kconfig-macro-language.rst b/Documentation/kbuild/kconfig-macro-language.rst index 8b413ef9603d..6163467f6ae4 100644 --- a/Documentation/kbuild/kconfig-macro-language.rst +++ b/Documentation/kbuild/kconfig-macro-language.rst @@ -97,7 +97,7 @@ Like Make, Kconfig provides several built-in functions. Every function takes a particular number of arguments. In Make, every built-in function takes at least one argument. Kconfig allows -zero argument for built-in functions, such as $(fileno), $(lineno). You could +zero argument for built-in functions, such as $(filename), $(lineno). You could consider those as "built-in variable", but it is just a matter of how we call it after all. Let's say "built-in function" here to refer to natively supported functionality. |