diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2016-07-07 15:31:41 +0200 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2016-07-07 15:31:41 +0200 |
commit | 5ec398e94cffcc9168822c6b7002051009e99365 (patch) | |
tree | 2e87d40bb0834636e81179026993cf8ea037bc62 | |
parent | 5ae0553fcb4c7a6b7ab2cebf80ea35f82b8c8ecb (diff) | |
parent | ac485cb4b3b79fb7ef979cb243ee16e1a1ffa767 (diff) |
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) |