summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2021-05-27 20:38:40 +0200
committerThorsten Leemhuis <fedora@leemhuis.info>2021-05-27 21:35:42 +0200
commitcb330099142aaa337a4a6e6205903d96e5fe01ce (patch)
tree0148739a4eacdfe80eddb401bdfc670851307775
parent210276974c18d1bf5bbe76b9be1597c402f384ef (diff)
downloadkernel-cb330099142aaa337a4a6e6205903d96e5fe01ce.tar.gz
kernel-cb330099142aaa337a4a6e6205903d96e5fe01ce.tar.xz
kernel-cb330099142aaa337a4a6e6205903d96e5fe01ce.zip
-rwxr-xr-xkernel.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel.spec b/kernel.spec
index cbf90eb04..520d69169 100755
--- a/kernel.spec
+++ b/kernel.spec
@@ -155,13 +155,13 @@ Summary: The Linux kernel
# tools
%define with_tools %{?_without_tools: 0} %{?!_without_tools: 1}
# bpf tool
-%define with_bpftool %{?_without_bpftool: 0} %{?!_without_bpftool: 1}
+%define with_bpftool %{?_with_bpftool: 1} %{?!_with_bpftool: 0}
# kernel-debuginfo
%define with_debuginfo %{?_with_debuginfo: 1} %{?!_with_debuginfo: 0}
# kernel-abi-whitelists
%define with_kernel_abi_whitelists %{?_without_kernel_abi_whitelists: 0} %{?!_without_kernel_abi_whitelists: 1}
# internal samples and selftests
-%define with_selftests %{?_without_selftests: 0} %{?!_without_selftests: 1}
+%define with_selftests %{?_with_selftests: 1} %{?!_with_selftests: 0}
#
# Additional options for user-friendly one-off kernel building:
#