diff options
author | WangYuli <wangyuli@uniontech.com> | 2025-04-22 18:54:01 +0800 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2025-05-12 15:03:17 +0900 |
commit | 657f96cb7c06a2ef85d166f1b055baeb6511c324 (patch) | |
tree | 5acd6cf4a6e05bd2d5fc61efd6848732a6a86b16 /lib/timerqueue.c | |
parent | 56045757accf5a51c9146585acd5f76fa4fbdb97 (diff) |
kbuild: deb-pkg: Add libdw-dev:native to Build-Depends-Arch
The dwarf.h header, which is included by
scripts/gendwarfksyms/gendwarfksyms.h, resides within the libdw-dev
package.
This portion of the code is compiled under the condition that
CONFIG_GENDWARFKSYMS is enabled.
Consequently, add libdw-dev to Build-Depends-Arch to prevent
unforeseen compilation failures.
Fix follow possible error:
In file included from scripts/gendwarfksyms/symbols.c:6:
scripts/gendwarfksyms/gendwarfksyms.h:6:10: fatal error: 'dwarf.h' file not found
6 | #include <dwarf.h>
| ^~~~~~~~~
Fixes: f28568841ae0 ("tools: Add gendwarfksyms")
Reviewed-by: Sami Tolvanen <samitolvanen@google.com>
Signed-off-by: WangYuli <wangyuli@uniontech.com>
Reviewed-by: Nicolas Schier <n.schier@avm.de>
Tested-by: Nicolas Schier <n.schier@avm.de>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'lib/timerqueue.c')
0 files changed, 0 insertions, 0 deletions