forked from pool/cpupower
Thomas Renninger
8d9c29c3ee
- Add x86_energy_perf_bias tool This is a tool which is, same as turbostat, located in kernel sources here: tools/power/x86/ A x86_energy_perf_policy-17.05.11.tar.bz2 A x86_perf_fix_man_permissions.patch A x86_perf_makefile_fix_asm_header.patch OBS-URL: https://build.opensuse.org/request/show/563085 OBS-URL: https://build.opensuse.org/package/show/hardware/cpupower?expand=0&rev=77
14 lines
526 B
Diff
14 lines
526 B
Diff
Index: x86_energy_perf_policy-17.05.11/Makefile
|
|
===================================================================
|
|
--- x86_energy_perf_policy-17.05.11.orig/Makefile 2017-12-21 01:52:01.000000000 +0100
|
|
+++ x86_energy_perf_policy-17.05.11/Makefile 2018-01-09 16:17:56.058472491 +0100
|
|
@@ -10,7 +10,7 @@ endif
|
|
|
|
x86_energy_perf_policy : x86_energy_perf_policy.c
|
|
CFLAGS += -Wall
|
|
-CFLAGS += -DMSRHEADER='"../../../../arch/x86/include/asm/msr-index.h"'
|
|
+CFLAGS += -DMSRHEADER='"msr-index.h"'
|
|
|
|
%: %.c
|
|
@mkdir -p $(BUILD_OUTPUT)
|