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