From bb0aad375410a7dcc5d60d55b017ed8718bf2a52 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Wed, 7 Jul 2021 15:38:15 -0500 Subject: Turn off vmlinux.h generation until I can do the 5.13 bpftool dance Signed-off-by: Justin M. Forbes --- kernel.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel.spec b/kernel.spec index a19ccd64b..29a05a5fe 100755 --- a/kernel.spec +++ b/kernel.spec @@ -2024,7 +2024,7 @@ BuildKernel() { %ifnarch armv7hl # Generate vmlinux.h and put it to kernel-devel path - bpftool btf dump file vmlinux format c > $RPM_BUILD_ROOT/$DevelDir/vmlinux.h + # bpftool btf dump file vmlinux format c > $RPM_BUILD_ROOT/$DevelDir/vmlinux.h %endif # prune junk from kernel-devel -- cgit