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>
This commit is contained in:
parent
76e20522b7
commit
860b69f1d5
|
@ -297,8 +297,6 @@ endif
|
||||||
# because maintaining the nesting to match is a pain. If
|
# because maintaining the nesting to match is a pain. If
|
||||||
# we had "elif" things would have been much nicer...
|
# we had "elif" things would have been much nicer...
|
||||||
|
|
||||||
-include arch/$(ARCH)/Makefile
|
|
||||||
|
|
||||||
ifneq ($(OUTPUT),)
|
ifneq ($(OUTPUT),)
|
||||||
CFLAGS += -I$(OUTPUT)
|
CFLAGS += -I$(OUTPUT)
|
||||||
endif
|
endif
|
||||||
|
|
|
@ -295,9 +295,6 @@ ifndef NO_LIBELF
|
||||||
CFLAGS += -DHAVE_ELF_GETPHDRNUM_SUPPORT
|
CFLAGS += -DHAVE_ELF_GETPHDRNUM_SUPPORT
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# include ARCH specific config
|
|
||||||
-include $(src-perf)/arch/$(ARCH)/Makefile
|
|
||||||
|
|
||||||
ifndef NO_DWARF
|
ifndef NO_DWARF
|
||||||
ifeq ($(origin PERF_HAVE_DWARF_REGS), undefined)
|
ifeq ($(origin PERF_HAVE_DWARF_REGS), undefined)
|
||||||
msg := $(warning DWARF register mappings have not been defined for architecture $(ARCH), DWARF support disabled);
|
msg := $(warning DWARF register mappings have not been defined for architecture $(ARCH), DWARF support disabled);
|
||||||
|
|
Loading…
Reference in New Issue