Skip to content
Snippets Groups Projects
Commit fcf0b8a5 authored by Dean Camera's avatar Dean Camera
Browse files

Ensure the BULD build system module produces a LSS listing file output when...

Ensure the BULD build system module produces a LSS listing file output when the "all" target is invoked.
parent 59ca4ec0
No related branches found
No related tags found
No related merge requests found
...@@ -153,8 +153,8 @@ size: ...@@ -153,8 +153,8 @@ size:
avr-size $(SIZE_MCU_FLAG) $(SIZE_FORMAT_FLAG) $(TARGET).elf ; 2>/dev/null; \ avr-size $(SIZE_MCU_FLAG) $(SIZE_FORMAT_FLAG) $(TARGET).elf ; 2>/dev/null; \
fi fi
.PHONY: begin hex lss end size .PHONY: begin elf hex lss size end
all: begin hex end size all: begin elf hex lss size end
elf: $(TARGET).elf elf: $(TARGET).elf
hex: $(TARGET).hex $(TARGET).eep hex: $(TARGET).hex $(TARGET).eep
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment