From: Justin M. Forbes jforbes@fedoraproject.org
Build intel_sdsi with %{tools_make}
Building with %{make} leaves off some CFLAGS and LDFLAGS which make this build fail. Building with %{tools_make} fixes this.
Signed-off-by: Justin M. Forbes jforbes@fedoraproject.org
diff --git a/redhat/kernel.spec.template b/redhat/kernel.spec.template index blahblah..blahblah 100755 --- a/redhat/kernel.spec.template +++ b/redhat/kernel.spec.template @@ -2249,7 +2249,7 @@ chmod +x tools/power/cpupower/utils/version-gen.sh %{make} CFLAGS+="-D_GNU_SOURCE -Iinclude -I/usr/include/libnl3" popd pushd tools/arch/x86/intel_sdsi - %{make} + %{tools_make} popd %endif %endif
-- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1747
kernel@lists.fedoraproject.org