forked from pool/cpupower
Thomas Renninger
1a1be68aee
bnc#866862, bnc#869071, bnc#869809 - Adjust MSR include path add make_header_file_passable_from_outside.patch OBS-URL: https://build.opensuse.org/package/show/hardware/cpupower?expand=0&rev=37
13 lines
347 B
Diff
13 lines
347 B
Diff
Index: turbostat-3.14/Makefile
|
|
===================================================================
|
|
--- turbostat-3.14.orig/Makefile
|
|
+++ turbostat-3.14/Makefile
|
|
@@ -5,7 +5,6 @@ DESTDIR :=
|
|
|
|
turbostat : turbostat.c
|
|
CFLAGS += -Wall
|
|
-CFLAGS += -DMSRHEADER='"../../../../arch/x86/include/uapi/asm/msr-index.h"'
|
|
|
|
%: %.c
|
|
@mkdir -p $(BUILD_OUTPUT)
|