diff options
author | Jiri Olsa <jolsa@kernel.org> | 2016-08-01 14:02:33 -0400 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2016-08-02 15:33:28 -0400 |
commit | 4842576cd857887ddfed58f452af38b9457639d7 (patch) | |
tree | 872e6002ae25ed7495efdb68fbbd7e3188ead012 /tools/perf | |
parent | ff3e33b075fe45c669e2cb27489d570e29d3abeb (diff) |
perf tools: Move config/Makefile into Makefile.config
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 <jolsa@kernel.org>
Cc: David Ahern <dsahern@gmail.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1470074555-24889-6-git-send-email-jolsa@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf')
-rw-r--r-- | tools/perf/Makefile.config (renamed from tools/perf/config/Makefile) | 0 | ||||
-rw-r--r-- | tools/perf/Makefile.perf | 6 |
2 files changed, 3 insertions, 3 deletions
diff --git a/tools/perf/config/Makefile b/tools/perf/Makefile.config index 24803c58049a..24803c58049a 100644 --- a/tools/perf/config/Makefile +++ b/tools/perf/Makefile.config | |||
diff --git a/tools/perf/Makefile.perf b/tools/perf/Makefile.perf index 6641abb97f0a..2d9087501633 100644 --- a/tools/perf/Makefile.perf +++ b/tools/perf/Makefile.perf | |||
@@ -161,7 +161,7 @@ TRACE_EVENT_DIR = $(srctree)/tools/lib/traceevent/ | |||
161 | BPF_DIR = $(srctree)/tools/lib/bpf/ | 161 | BPF_DIR = $(srctree)/tools/lib/bpf/ |
162 | SUBCMD_DIR = $(srctree)/tools/lib/subcmd/ | 162 | SUBCMD_DIR = $(srctree)/tools/lib/subcmd/ |
163 | 163 | ||
164 | # include config/Makefile by default and rule out | 164 | # include Makefile.config by default and rule out |
165 | # non-config cases | 165 | # non-config cases |
166 | config := 1 | 166 | config := 1 |
167 | 167 | ||
@@ -183,7 +183,7 @@ ifeq ($(filter feature-dump,$(MAKECMDGOALS)),feature-dump) | |||
183 | FEATURE_TESTS := all | 183 | FEATURE_TESTS := all |
184 | endif | 184 | endif |
185 | endif | 185 | endif |
186 | include config/Makefile | 186 | include Makefile.config |
187 | endif | 187 | endif |
188 | 188 | ||
189 | ifeq ($(config),0) | 189 | ifeq ($(config),0) |
@@ -706,7 +706,7 @@ $(INSTALL_DOC_TARGETS): | |||
706 | ### Cleaning rules | 706 | ### Cleaning rules |
707 | 707 | ||
708 | # | 708 | # |
709 | # This is here, not in config/Makefile, because config/Makefile does | 709 | # This is here, not in Makefile.config, because Makefile.config does |
710 | # not get included for the clean target: | 710 | # not get included for the clean target: |
711 | # | 711 | # |
712 | config-clean: | 712 | config-clean: |