Skip to content

Commit

Permalink
perf tools: Remove superfluous ARCH Makefile includes
Browse files Browse the repository at this point in the history
Link: http://lkml.kernel.org/n/tip-yk6brsq3opuotr9by18xlkr8@git.kernel.org
Signed-off-by: Jiri Olsa <jolsa@kernel.org>
  • Loading branch information
Jiri Olsa authored and Arnaldo Carvalho de Melo committed Apr 6, 2016
1 parent 76e2052 commit 860b69f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions tools/perf/Makefile.perf
Original file line number Diff line number Diff line change
Expand Up @@ -297,8 +297,6 @@ endif
# because maintaining the nesting to match is a pain. If
# we had "elif" things would have been much nicer...

-include arch/$(ARCH)/Makefile

ifneq ($(OUTPUT),)
CFLAGS += -I$(OUTPUT)
endif
Expand Down
3 changes: 0 additions & 3 deletions tools/perf/config/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -295,9 +295,6 @@ ifndef NO_LIBELF
CFLAGS += -DHAVE_ELF_GETPHDRNUM_SUPPORT
endif

# include ARCH specific config
-include $(src-perf)/arch/$(ARCH)/Makefile

ifndef NO_DWARF
ifeq ($(origin PERF_HAVE_DWARF_REGS), undefined)
msg := $(warning DWARF register mappings have not been defined for architecture $(ARCH), DWARF support disabled);
Expand Down

0 comments on commit 860b69f

Please sign in to comment.