summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2016-07-07 15:31:41 +0200
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2016-07-07 15:31:41 +0200
commit5ec398e94cffcc9168822c6b7002051009e99365 (patch)
tree2e87d40bb0834636e81179026993cf8ea037bc62
parent5ae0553fcb4c7a6b7ab2cebf80ea35f82b8c8ecb (diff)
parentac485cb4b3b79fb7ef979cb243ee16e1a1ffa767 (diff)
Merge branch 'pm-tools' into pm-cpu
-rw-r--r--tools/power/x86/turbostat/Makefile4
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)