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)
|