aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 @@
1CC = $(CROSS_COMPILE)gcc 1CC = $(CROSS_COMPILE)gcc
2BUILD_OUTPUT := $(CURDIR) 2BUILD_OUTPUT := $(CURDIR)
3PREFIX := /usr 3PREFIX ?= /usr
4DESTDIR := 4DESTDIR ?=
5 5
6ifeq ("$(origin O)", "command line") 6ifeq ("$(origin O)", "command line")
7 BUILD_OUTPUT := $(O) 7 BUILD_OUTPUT := $(O)