Make listing files more useful
This commit is contained in:
parent
06bc8d6aa3
commit
aaed1fc6fa
1 changed files with 1 additions and 1 deletions
|
@ -705,7 +705,7 @@ $(OBJDIR)/%.eep: $(OBJDIR)/%.elf
|
|||
--change-section-lma .eeprom=0 -O ihex $< $@
|
||||
|
||||
$(OBJDIR)/%.lss: $(OBJDIR)/%.elf
|
||||
$(OBJDUMP) -h -S $< > $@
|
||||
$(OBJDUMP) -h --source --demangle --wide $< > $@
|
||||
|
||||
$(OBJDIR)/%.sym: $(OBJDIR)/%.elf
|
||||
$(NM) -n $< > $@
|
||||
|
|
Loading…
Reference in a new issue