summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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:
#