diff options
author | Jiri Olsa <jolsa@kernel.org> | 2016-04-05 11:01:52 -0400 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2016-04-06 10:00:01 -0400 |
commit | 860b69f1d533de39fa70784768008d0eaf242e5c (patch) | |
tree | 42865d06dd70bed353fb85d353e2824c521b80be /tools | |
parent | 76e20522b709f3772e415d70b108028454a86ad5 (diff) |
perf tools: Remove superfluous ARCH Makefile includes
Link: http://lkml.kernel.org/n/tip-yk6brsq3opuotr9by18xlkr8@git.kernel.org
Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/perf/Makefile.perf | 2 | ||||
-rw-r--r-- | tools/perf/config/Makefile | 3 |
2 files changed, 0 insertions, 5 deletions
diff --git a/tools/perf/Makefile.perf b/tools/perf/Makefile.perf index 000ea210389d..58aed81a21ea 100644 --- a/tools/perf/Makefile.perf +++ b/tools/perf/Makefile.perf | |||
@@ -297,8 +297,6 @@ endif | |||
297 | # because maintaining the nesting to match is a pain. If | 297 | # because maintaining the nesting to match is a pain. If |
298 | # we had "elif" things would have been much nicer... | 298 | # we had "elif" things would have been much nicer... |
299 | 299 | ||
300 | -include arch/$(ARCH)/Makefile | ||
301 | |||
302 | ifneq ($(OUTPUT),) | 300 | ifneq ($(OUTPUT),) |
303 | CFLAGS += -I$(OUTPUT) | 301 | CFLAGS += -I$(OUTPUT) |
304 | endif | 302 | endif |
diff --git a/tools/perf/config/Makefile b/tools/perf/config/Makefile index 6f8f6430f2bf..d1e2b856ef0f 100644 --- a/tools/perf/config/Makefile +++ b/tools/perf/config/Makefile | |||
@@ -295,9 +295,6 @@ ifndef NO_LIBELF | |||
295 | CFLAGS += -DHAVE_ELF_GETPHDRNUM_SUPPORT | 295 | CFLAGS += -DHAVE_ELF_GETPHDRNUM_SUPPORT |
296 | endif | 296 | endif |
297 | 297 | ||
298 | # include ARCH specific config | ||
299 | -include $(src-perf)/arch/$(ARCH)/Makefile | ||
300 | |||
301 | ifndef NO_DWARF | 298 | ifndef NO_DWARF |
302 | ifeq ($(origin PERF_HAVE_DWARF_REGS), undefined) | 299 | ifeq ($(origin PERF_HAVE_DWARF_REGS), undefined) |
303 | msg := $(warning DWARF register mappings have not been defined for architecture $(ARCH), DWARF support disabled); | 300 | msg := $(warning DWARF register mappings have not been defined for architecture $(ARCH), DWARF support disabled); |