linuxManualConfig: add pahole to moduleBuildDependencies
This seems to be needed for out-of-tree module builds sinced57568fcad
. We do not yet understand why, but this will unblock the channels while we figure it out. Fixes:d57568fcad
("linuxManualConfig: install GDB scripts")
This commit is contained in:
parent
9cc171df46
commit
fedc983734
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ let
|
|||
|
||||
# Dependencies that are required to build kernel modules
|
||||
moduleBuildDependencies = [
|
||||
pahole
|
||||
perl
|
||||
libelf
|
||||
# module makefiles often run uname commands to find out the kernel version
|
||||
|
|
Loading…
Reference in a new issue