diff options
author | Masahiro Yamada | 2024-01-07 22:19:48 +0900 |
---|---|---|
committer | Masahiro Yamada | 2024-02-19 18:20:39 +0900 |
commit | 93c432e8c974dfd609a9c7777f731073e4de0c8e (patch) | |
tree | 85d28cb153cf8e9f05e9f256637e140ab49c2abc /Documentation/kbuild | |
parent | 12e3342fc7b0ec7fcb03f41bb49a1a6e3dcc0663 (diff) |
kconfig: fix line number in recursive inclusion detection
The error message shows a wrong line number if the 'source' directive
is wrapped to the following line.
[Test Code]
source \
"Kconfig"
This results in the following error message:
Recursive inclusion detected.
Inclusion path:
current file : Kconfig
included from: Kconfig:2
The correct message should be as follows:
Recursive inclusion detected.
Inclusion path:
current file : Kconfig
included from: Kconfig:1
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'Documentation/kbuild')
0 files changed, 0 insertions, 0 deletions