Skip to content

Commit

Permalink
perf tools: Move perf build related variables under non fixdep leg
Browse files Browse the repository at this point in the history
Because there's no need for them in fixdep build.

Signed-off-by: Jiri Olsa <[email protected]>
Cc: David Ahern <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
  • Loading branch information
olsajiri authored and acmel committed Dec 6, 2016
1 parent abb2621 commit 8ac1eb7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tools/perf/Makefile.perf
Original file line number Diff line number Diff line change
Expand Up @@ -164,11 +164,6 @@ BISON = bison
STRIP = strip
AWK = awk

LIB_DIR = $(srctree)/tools/lib/api/
TRACE_EVENT_DIR = $(srctree)/tools/lib/traceevent/
BPF_DIR = $(srctree)/tools/lib/bpf/
SUBCMD_DIR = $(srctree)/tools/lib/subcmd/

# include Makefile.config by default and rule out
# non-config cases
config := 1
Expand Down Expand Up @@ -210,6 +205,11 @@ sub-make: fixdep

else # force_fixdep

LIB_DIR = $(srctree)/tools/lib/api/
TRACE_EVENT_DIR = $(srctree)/tools/lib/traceevent/
BPF_DIR = $(srctree)/tools/lib/bpf/
SUBCMD_DIR = $(srctree)/tools/lib/subcmd/

# Set FEATURE_TESTS to 'all' so all possible feature checkers are executed.
# Without this setting the output feature dump file misses some features, for
# example, liberty. Select all checkers so we won't get an incomplete feature
Expand Down

0 comments on commit 8ac1eb7

Please sign in to comment.