diff options
Diffstat (limited to 'power-x86-destdir.patch')
-rw-r--r-- | power-x86-destdir.patch | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/power-x86-destdir.patch b/power-x86-destdir.patch index 5fb48ac13..97665314f 100644 --- a/power-x86-destdir.patch +++ b/power-x86-destdir.patch @@ -1,13 +1,14 @@ diff --git a/tools/power/x86/turbostat/Makefile b/tools/power/x86/turbostat/Makefile -index fd8e1f1..7af5e8c 100644 +index f856495..984cc00 100644 --- a/tools/power/x86/turbostat/Makefile +++ b/tools/power/x86/turbostat/Makefile -@@ -1,8 +1,10 @@ +@@ -1,3 +1,5 @@ +DESTDIR ?= + turbostat : turbostat.c + CFLAGS += -Wall - clean : +@@ -5,5 +7,5 @@ clean : rm -f turbostat install : |