1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Makefile.include: don't use target lstfile implicitly

This commit is contained in:
Gunar Schorcht 2023-07-05 11:27:28 +02:00
parent 9d596734a1
commit 1d96feb66e

View File

@ -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