diff options
author | 2016-07-07 15:31:41 +0200 | |
---|---|---|
committer | 2016-07-07 15:31:41 +0200 | |
commit | 5ec398e94cffcc9168822c6b7002051009e99365 (patch) | |
tree | 2e87d40bb0834636e81179026993cf8ea037bc62 | |
parent | Merge branch 'pm-cpufreq' into pm-cpu (diff) | |
parent | tools/turbostat: allow user to alter DESTDIR and PREFIX (diff) | |
download | wireguard-linux-5ec398e94cffcc9168822c6b7002051009e99365.tar.xz wireguard-linux-5ec398e94cffcc9168822c6b7002051009e99365.zip |
Merge branch 'pm-tools' into pm-cpu
-rw-r--r-- | tools/power/x86/turbostat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/power/x86/turbostat/Makefile b/tools/power/x86/turbostat/Makefile index e367b1a85d70..8561e7ddca59 100644 --- a/tools/power/x86/turbostat/Makefile +++ b/tools/power/x86/turbostat/Makefile @@ -1,7 +1,7 @@ CC = $(CROSS_COMPILE)gcc BUILD_OUTPUT := $(CURDIR) -PREFIX := /usr -DESTDIR := +PREFIX ?= /usr +DESTDIR ?= ifeq ("$(origin O)", "command line") BUILD_OUTPUT := $(O) |