Skip to content

Commit

Permalink
Makefile.include: don't use target lstfile implicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
gschorcht committed Jul 5, 2023
1 parent 9d59673 commit 1d96feb
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Makefile.include
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1d96feb

Please sign in to comment.