Skip to content

Commit

Permalink
Merge pull request #458 from ckormanyos/remove_lss_create
Browse files Browse the repository at this point in the history
Remove creation of list-file (*.lss)
  • Loading branch information
ckormanyos authored Dec 19, 2023
2 parents c3b87d9 + 855ff96 commit c567cd6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions ref_app/target/app/make/app_make.gmk
Original file line number Diff line number Diff line change
Expand Up @@ -285,10 +285,6 @@ version:
$(APP).$(TGT_SUFFIX) : $(LINKER_DEFINITION_FILE) $(FILES_O)
@-$(ECHO) +++ linking application to generate: $(APP).$(TGT_SUFFIX)
@-$(CC) $(LDFLAGS) $(FILES_O) -o $(APP).$(TGT_SUFFIX)
ifneq ($(findstr risc,$(GCC_TARGET)),)
@-$(ECHO) +++ generating assembly list file: $(APP).lss
@-$(OBJDUMP) -h -S $(APP).$(TGT_SUFFIX) > $(APP).lss
endif


# ------------------------------------------------------------------------------
Expand Down
4 changes: 0 additions & 4 deletions ref_app/target/app/make/app_make_linux.gmk
Original file line number Diff line number Diff line change
Expand Up @@ -277,10 +277,6 @@ version:
$(APP).$(TGT_SUFFIX) : $(LINKER_DEFINITION_FILE) $(FILES_O)
@-$(ECHO) +++ linking application to generate: $(APP).$(TGT_SUFFIX)
@-$(CC) $(LDFLAGS) $(FILES_O) -o $(APP).$(TGT_SUFFIX)
ifneq ($(findstr risc,$(GCC_TARGET)),)
@-$(ECHO) +++ generating assembly list file: $(APP).lss
@-$(OBJDUMP) -h -S $(APP).$(TGT_SUFFIX) > $(APP).lss
endif


# ------------------------------------------------------------------------------
Expand Down

0 comments on commit c567cd6

Please sign in to comment.