linuxManualConfig: add pahole to moduleBuildDependencies

This seems to be needed for out-of-tree module builds since d57568fcad.
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:
Alyssa Ross 2023-03-21 11:19:24 +00:00
parent 9cc171df46
commit fedc983734

View file

@ -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