From dc8d317d273c8089aca4313b8348f7a3d88d56f6 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Thu, 31 Mar 2022 11:00:45 -0500 Subject: Fix build issues Signed-off-by: Justin M. Forbes --- kernel.spec | 2 ++ mod-internal.list | 1 + 2 files changed, 3 insertions(+) diff --git a/kernel.spec b/kernel.spec index 1edb09b9b..27aebfd35 100755 --- a/kernel.spec +++ b/kernel.spec @@ -242,6 +242,8 @@ Summary: The Linux kernel %define with_selftests 0 %endif +%define with_tools 0 + %if %{with_verbose} %define make_opts V=1 %else diff --git a/mod-internal.list b/mod-internal.list index fa2f7731c..352f24a06 100644 --- a/mod-internal.list +++ b/mod-internal.list @@ -51,3 +51,4 @@ test_hash test_bpf stackinit_kunit overflow_kunit +clk-gate_test -- cgit From 46ba9fbc4f6ea2d4818ecbd1ce4f9eba9e5212b6 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Thu, 31 Mar 2022 12:17:05 -0500 Subject: Forgot a test module Signed-off-by: Justin M. Forbes --- mod-internal.list | 1 + 1 file changed, 1 insertion(+) diff --git a/mod-internal.list b/mod-internal.list index 352f24a06..c1b56a123 100644 --- a/mod-internal.list +++ b/mod-internal.list @@ -52,3 +52,4 @@ test_bpf stackinit_kunit overflow_kunit clk-gate_test +clk_test -- cgit