summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2022-10-15 11:14:31 -0500
committerJustin M. Forbes <jforbes@fedoraproject.org>2022-10-15 11:14:31 -0500
commitc3112517c0233201d12d13889cec6f611980837a (patch)
tree0ac750b7fee7202950431ac274c212a40bb90800 /kernel.spec
parent5504d3ee17465b97e7cb33ee93d7b2cc97481db2 (diff)
downloadkernel-c3112517c0233201d12d13889cec6f611980837a.tar.gz
kernel-c3112517c0233201d12d13889cec6f611980837a.tar.xz
kernel-c3112517c0233201d12d13889cec6f611980837a.zip
Turn off the vmlinux.h generation while I figure out 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 71b9a2a19..3490dd2d6 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