Ensure the BULD build system module produces a LSS listing file output when the ...
authorDean Camera <dean@fourwalledcubicle.com>
Sat, 2 Jun 2012 12:38:36 +0000 (12:38 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Sat, 2 Jun 2012 12:38:36 +0000 (12:38 +0000)
LUFA/Build/lufa.build.in

index 4207f17..067b077 100644 (file)
@@ -153,8 +153,8 @@ size:
            avr-size $(SIZE_MCU_FLAG) $(SIZE_FORMAT_FLAG) $(TARGET).elf ; 2>/dev/null; \\r
         fi\r
 \r
-.PHONY: begin hex lss end size\r
-all: begin hex end size\r
+.PHONY: begin elf hex lss size end\r
+all: begin elf hex lss size end\r
 \r
 elf: $(TARGET).elf\r
 hex: $(TARGET).hex $(TARGET).eep\r