forked from pool/cpupower
Thomas Renninger
afc473be95
- Update turbostat to latest version 20.09.30 including: * jsc#SLE-13412, jsc#SLE-13174 (rocket lake support) * jsc#SLE-13448 (Alder Lake support) * jsc#SLE-13348, jsc#SLE-13171 (Sapphire Rapid support) * Support AMD Fam 19h - Touched patches: Deleted mainline integrated patches: D Correction-to-manpage-of-cpupower.patch D cpupower-Revert-library-ABI-changes-from-commit-ae2917093fb60bdc1ed3e.patch Patches refreshed: M rapl_monitor.patch M turbostat_makefile_fix_asm_header.patch - Update intel-speed-select to version 1.6 (jsc#SLE-13334) OBS-URL: https://build.opensuse.org/request/show/849117 OBS-URL: https://build.opensuse.org/package/show/hardware/cpupower?expand=0&rev=112
20 lines
619 B
Diff
20 lines
619 B
Diff
---
|
|
Makefile | 6 +++---
|
|
1 file changed, 3 insertions(+), 3 deletions(-)
|
|
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -9,9 +9,9 @@
|
|
endif
|
|
|
|
turbostat : turbostat.c
|
|
-override CFLAGS += -O2 -Wall -I../../../include
|
|
-override CFLAGS += -DMSRHEADER='"../../../../arch/x86/include/asm/msr-index.h"'
|
|
-override CFLAGS += -DINTEL_FAMILY_HEADER='"../../../../arch/x86/include/asm/intel-family.h"'
|
|
+override CFLAGS += -O2 -Wall -I ./include
|
|
+override CFLAGS += -DMSRHEADER='"msr-index.h"'
|
|
+override CFLAGS += -DINTEL_FAMILY_HEADER='"intel-family.h"'
|
|
override CFLAGS += -D_FILE_OFFSET_BITS=64
|
|
override CFLAGS += -D_FORTIFY_SOURCE=2
|
|
|