cpupower/x86_perf_makefile_fix_asm_header.patch
Thomas Renninger 34ffab8694 Accepting request 907146 from home:trenn:branches:hardware
- 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
2021-07-19 13:43:20 +00:00

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