Skip to content
Commit 95411b5c authored by Douglas Raillard's avatar Douglas Raillard
Browse files

lisa/_assets/kmodules/sched_tp/Makefile: Do not use pahole --forward_decl

FIX

--forward_decl dumps the forward declaration of every type in the
kernel. Unfortunately, some android kernels redefine the same type
multiple times (struct map_info/union map_info) leading to an invalid
header.

Instead of using this pahole option, use sed to generate the
declarations of just the types used in the header.
parent abccdc04
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment