From 1d96feb66e1d00a62be53bf080ebd4d085dbef1d Mon Sep 17 00:00:00 2001 From: Gunar Schorcht Date: Wed, 5 Jul 2023 11:27:28 +0200 Subject: [PATCH] Makefile.include: don't use target lstfile implicitly --- Makefile.include | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Makefile.include b/Makefile.include index b0b6c54426..cad5d27eda 100644 --- a/Makefile.include +++ b/Makefile.include @@ -693,15 +693,6 @@ endif BUILD_FILES += $(ELFFILE) $(BINFILE) $(FLASHFILE) $(HASHFILE) -# when not in CI, aid developers in debugging the firmware with a full memory -# layout and disassembly provided by the lst file: -ifneq ($(RIOT_CI_BUILD),1) - # as of now, the xtensa tools cannot create lst files - ifeq (,$(findstring xtensa,$(PREFIX))) - BUILD_FILES += $(LSTFILE) - endif -endif - # variables used to compile and link c++ ifneq (,$(filter cpp,$(USEMODULE))) CPPMIX ?= 1