From: Dean Camera Date: Sat, 2 Jun 2012 12:38:36 +0000 (+0000) Subject: Ensure the BULD build system module produces a LSS listing file output when the ... X-Git-Tag: LUFA-130303~237 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/fcf0b8a5bb27eacb9de54ca4f85d63872562e380?ds=sidebyside Ensure the BULD build system module produces a LSS listing file output when the "all" target is invoked. --- diff --git a/LUFA/Build/lufa.build.in b/LUFA/Build/lufa.build.in index 4207f1707..067b07736 100644 --- a/LUFA/Build/lufa.build.in +++ b/LUFA/Build/lufa.build.in @@ -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