diff options
author | Jiri Olsa <jolsa@kernel.org> | 2016-04-05 17:01:52 +0200 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2016-04-06 16:00:01 +0200 |
commit | 860b69f1d533de39fa70784768008d0eaf242e5c (patch) | |
tree | 42865d06dd70bed353fb85d353e2824c521b80be /tools/perf/Makefile.perf | |
parent | perf script perl: Do error checking on new backtrace routine (diff) | |
download | linux-860b69f1d533de39fa70784768008d0eaf242e5c.tar.xz linux-860b69f1d533de39fa70784768008d0eaf242e5c.zip |
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/perf/Makefile.perf')
-rw-r--r-- | tools/perf/Makefile.perf | 2 |
1 files changed, 0 insertions, 2 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 # 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 |