Skip to content

Commit 1d96feb

Browse files
committed
Makefile.include: don't use target lstfile implicitly
1 parent 9d59673 commit 1d96feb

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

Makefile.include

-9
Original file line numberDiff line numberDiff line change
@@ -693,15 +693,6 @@ endif
693693

694694
BUILD_FILES += $(ELFFILE) $(BINFILE) $(FLASHFILE) $(HASHFILE)
695695

696-
# when not in CI, aid developers in debugging the firmware with a full memory
697-
# layout and disassembly provided by the lst file:
698-
ifneq ($(RIOT_CI_BUILD),1)
699-
# as of now, the xtensa tools cannot create lst files
700-
ifeq (,$(findstring xtensa,$(PREFIX)))
701-
BUILD_FILES += $(LSTFILE)
702-
endif
703-
endif
704-
705696
# variables used to compile and link c++
706697
ifneq (,$(filter cpp,$(USEMODULE)))
707698
CPPMIX ?= 1

0 commit comments

Comments
 (0)