Skip to content

Commit

Permalink
perf tools: Move config/Makefile into Makefile.config
Browse files Browse the repository at this point in the history
There's no reason to keep it in separate directory now when we moved out
the rest of the files.

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 Aug 2, 2016
1 parent ff3e33b commit 4842576
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions tools/perf/Makefile.perf
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ TRACE_EVENT_DIR = $(srctree)/tools/lib/traceevent/
BPF_DIR = $(srctree)/tools/lib/bpf/
SUBCMD_DIR = $(srctree)/tools/lib/subcmd/

# include config/Makefile by default and rule out
# include Makefile.config by default and rule out
# non-config cases
config := 1

Expand All @@ -183,7 +183,7 @@ ifeq ($(filter feature-dump,$(MAKECMDGOALS)),feature-dump)
FEATURE_TESTS := all
endif
endif
include config/Makefile
include Makefile.config
endif

ifeq ($(config),0)
Expand Down Expand Up @@ -706,7 +706,7 @@ $(INSTALL_DOC_TARGETS):
### Cleaning rules

#
# This is here, not in config/Makefile, because config/Makefile does
# This is here, not in Makefile.config, because Makefile.config does
# not get included for the clean target:
#
config-clean:
Expand Down

0 comments on commit 4842576

Please sign in to comment.