From: Justin M. Forbes <[email protected]>

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 <[email protected]>

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 mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to