2019-04-08 16:47:04 +02:00
|
|
|
Index: turbostat-19.03.20/Makefile
|
2017-03-22 20:21:57 +01:00
|
|
|
===================================================================
|
2019-04-08 16:47:04 +02:00
|
|
|
--- turbostat-19.03.20.orig/Makefile 2019-04-08 16:09:47.094469287 +0200
|
|
|
|
+++ turbostat-19.03.20/Makefile 2019-04-08 16:10:18.490470979 +0200
|
|
|
|
@@ -10,8 +10,8 @@ endif
|
2017-03-22 20:21:57 +01:00
|
|
|
|
|
|
|
turbostat : turbostat.c
|
2019-04-08 16:47:04 +02:00
|
|
|
override CFLAGS += -Wall
|
|
|
|
-override CFLAGS += -DMSRHEADER='"../../../../arch/x86/include/asm/msr-index.h"'
|
|
|
|
-override CFLAGS += -DINTEL_FAMILY_HEADER='"../../../../arch/x86/include/asm/intel-family.h"'
|
|
|
|
+override CFLAGS += -DMSRHEADER='"msr-index.h"'
|
|
|
|
+override CFLAGS += -DINTEL_FAMILY_HEADER='"intel-family.h"'
|
2017-03-22 20:21:57 +01:00
|
|
|
|
|
|
|
%: %.c
|
|
|
|
@mkdir -p $(BUILD_OUTPUT)
|