mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-03-15 19:55:32 +00:00
kconfig: doc: fix $(fileno) to $(filename)
This is a typo. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
This commit is contained in:
parent
135b4957ea
commit
90d39628ac
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue