Loading tools/perf/Makefile.perf +0 −2 Original line number Diff line number Diff line Loading @@ -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 Loading tools/perf/config/Makefile +0 −3 Original line number Diff line number Diff line Loading @@ -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); Loading Loading
tools/perf/Makefile.perf +0 −2 Original line number Diff line number Diff line Loading @@ -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 Loading
tools/perf/config/Makefile +0 −3 Original line number Diff line number Diff line Loading @@ -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); Loading