We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d59673 commit 1d96febCopy full SHA for 1d96feb
Makefile.include
@@ -693,15 +693,6 @@ endif
693
694
BUILD_FILES += $(ELFFILE) $(BINFILE) $(FLASHFILE) $(HASHFILE)
695
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
-
705
# variables used to compile and link c++
706
ifneq (,$(filter cpp,$(USEMODULE)))
707
CPPMIX ?= 1
0 commit comments