forked from mfulz_github/qmk_firmware
Ensure the BULD build system module produces a LSS listing file output when the "all" target is invoked.
This commit is contained in:
parent
59ca4ec0ec
commit
fcf0b8a5bb
|
@ -153,8 +153,8 @@ size:
|
|||
avr-size $(SIZE_MCU_FLAG) $(SIZE_FORMAT_FLAG) $(TARGET).elf ; 2>/dev/null; \
|
||||
fi
|
||||
|
||||
.PHONY: begin hex lss end size
|
||||
all: begin hex end size
|
||||
.PHONY: begin elf hex lss size end
|
||||
all: begin elf hex lss size end
|
||||
|
||||
elf: $(TARGET).elf
|
||||
hex: $(TARGET).hex $(TARGET).eep
|
||||
|
|
Loading…
Reference in New Issue