summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2022-10-16 10:47:54 -0500
committerJustin M. Forbes <jforbes@fedoraproject.org>2022-10-21 12:42:26 -0500
commit4fe299d4a2df9edb86ef58b649a000a5bda26ab6 (patch)
treec9fe6090c3b4a2d3a47323cb9b15b0446cd4150f
parentbeab8385506e86b0d49676745fb9a741debec871 (diff)
downloadkernel-4fe299d4a2df9edb86ef58b649a000a5bda26ab6.tar.gz
kernel-4fe299d4a2df9edb86ef58b649a000a5bda26ab6.tar.xz
kernel-4fe299d4a2df9edb86ef58b649a000a5bda26ab6.zip
Turn off vmlinux.h generation again for f37
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
-rwxr-xr-xkernel.spec10
1 files changed, 5 insertions, 5 deletions
diff --git a/kernel.spec b/kernel.spec
index 2a8a90713..7eb1b6110 100755
--- a/kernel.spec
+++ b/kernel.spec
@@ -2194,13 +2194,13 @@ BuildKernel() {
# the F17 UsrMove feature.
ln -sf $DevelDir $RPM_BUILD_ROOT/lib/modules/$KernelVer/build
-%ifnarch armv7hl
+# %ifnarch armv7hl
# Generate vmlinux.h and put it to kernel-devel path
# zfcpdump build does not have btf anymore
- if [ "$Variant" != "zfcpdump" ]; then
- bpftool btf dump file vmlinux format c > $RPM_BUILD_ROOT/$DevelDir/vmlinux.h
- fi
-%endif
+# if [ "$Variant" != "zfcpdump" ]; then
+# bpftool btf dump file vmlinux format c > $RPM_BUILD_ROOT/$DevelDir/vmlinux.h
+# fi
+# %endif
# prune junk from kernel-devel
find $RPM_BUILD_ROOT/usr/src/kernels -name ".*.cmd" -delete