summaryrefslogtreecommitdiffstats
path: root/kernel.spec
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-16 10:47:54 -0500
commitc74d9c2380cf94d663aaf57a2dec70295dc9fdb9 (patch)
treee4c347e4c13c902021f41e2d90b1da3876729d5a /kernel.spec
parentb7b054306c76ebf28ab521040bf4a33f0b4b3061 (diff)
downloadkernel-c74d9c2380cf94d663aaf57a2dec70295dc9fdb9.tar.gz
kernel-c74d9c2380cf94d663aaf57a2dec70295dc9fdb9.tar.xz
kernel-c74d9c2380cf94d663aaf57a2dec70295dc9fdb9.zip
Turn off vmlinux.h generation again for f37
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to 'kernel.spec')
-rwxr-xr-xkernel.spec10
1 files changed, 5 insertions, 5 deletions
diff --git a/kernel.spec b/kernel.spec
index d07e617d6..b4d8b2efe 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