Browse Source

Merge branch 'pm-tools' into pm-cpu

Rafael J. Wysocki 9 years ago
parent
commit
5ec398e94c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tools/power/x86/turbostat/Makefile

+ 2 - 2
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)