forked from pool/cpupower
Thomas Renninger
824f0d30ab
- Add latest turbostat sources (latest git commit: 30f05309bde492) - Adds Skylake, Broadwell and Knights Landing support for turbostat (fate#319798, fate#319183, fate#319516) OBS-URL: https://build.opensuse.org/package/show/hardware/cpupower?expand=0&rev=55
13 lines
405 B
Diff
13 lines
405 B
Diff
Index: turbostat-4.8/Makefile
|
|
===================================================================
|
|
--- turbostat-4.8.orig/Makefile 2016-01-26 18:26:10.350954918 +0100
|
|
+++ turbostat-4.8/Makefile 2016-01-26 18:26:40.512676659 +0100
|
|
@@ -9,7 +9,6 @@ endif
|
|
|
|
turbostat : turbostat.c
|
|
CFLAGS += -Wall
|
|
-CFLAGS += -DMSRHEADER='"../../../../arch/x86/include/asm/msr-index.h"'
|
|
|
|
%: %.c
|
|
@mkdir -p $(BUILD_OUTPUT)
|