forked from pool/cpupower
Thomas Renninger
34ffab8694
- Update (jsc#SLE-18392, jsc#SLE-18906, jsc#SLE-18393, jsc#SLE-18410): * turbostat to 21.05.04 * intel speed select to 1.10 * cpupower to 5.14-rcX (kernel sources state) OBS-URL: https://build.opensuse.org/request/show/907146 OBS-URL: https://build.opensuse.org/package/show/hardware/cpupower?expand=0&rev=117
16 lines
401 B
Diff
16 lines
401 B
Diff
---
|
|
Makefile | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -10,7 +10,7 @@
|
|
|
|
x86_energy_perf_policy : x86_energy_perf_policy.c
|
|
override CFLAGS += -O2 -Wall -I../../../include
|
|
-override CFLAGS += -DMSRHEADER='"../../../../arch/x86/include/asm/msr-index.h"'
|
|
+override CFLAGS += -DMSRHEADER='"msr-index.h"'
|
|
override CFLAGS += -D_FORTIFY_SOURCE=2
|
|
|
|
%: %.c
|