summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJiri Olsa <jolsa@redhat.com>2013-04-15 04:49:43 +0200
committerChanho Park <chanho61.park@samsung.com>2014-11-18 11:43:38 +0900
commita5dc671e185e7a96263e76ffdc5fb3465631e7c2 (patch)
tree7293b86110146e6bb4e95979cfcc0166eaf106d2 /tools
parent0058350841919abff6d580ac1bfb0ea04d8d44f7 (diff)
downloadlinux-3.10-a5dc671e185e7a96263e76ffdc5fb3465631e7c2.tar.gz
linux-3.10-a5dc671e185e7a96263e76ffdc5fb3465631e7c2.tar.bz2
linux-3.10-a5dc671e185e7a96263e76ffdc5fb3465631e7c2.zip
perf tools: Remove '?=' Makefile STRIP assignment
No need to use '?=' assignment for STRIP variable, the standard '=' does the same job without creating confusion. Suggested-by: Namhyung Kim <namhyung@kernel.org> Signed-off-by: Jiri Olsa <jolsa@redhat.com> Cc: Arnaldo Carvalho de Melo <acme@ghostprotocols.net> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: Ingo Molnar <mingo@elte.hu> Cc: Paul Mackerras <paulus@samba.org> Cc: Corey Ashford <cjashfor@linux.vnet.ibm.com> Cc: Frederic Weisbecker <fweisbec@gmail.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Borislav Petkov <bp@alien8.de> Cc: Stephane Eranian <eranian@google.com> Cc: Sam Ravnborg <sam@ravnborg.org> Link: http://lkml.kernel.org/r/1369398928-9809-25-git-send-email-jolsa@redhat.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/perf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/Makefile b/tools/perf/Makefile
index ac52598e0f5..b5f5c6dd43e 100644
--- a/tools/perf/Makefile
+++ b/tools/perf/Makefile
@@ -82,7 +82,7 @@ FIND = find
INSTALL = install
FLEX = flex
BISON = bison
-STRIP ?= strip
+STRIP = strip
LK_DIR = $(srctree)/tools/lib/lk/
TRACE_EVENT_DIR = $(srctree)/tools/lib/traceevent/