aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Build
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2012-06-02 12:38:36 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2012-06-02 12:38:36 +0000
commit9b8e528a47bc9eb6177efd472dc9f3c0b45273f3 (patch)
tree39b045f9e067ab8c88d07b16e614ebb00bb7a2e4 /LUFA/Build
parent3b9f041f5834ca10a7b3eb95850f4995c783765b (diff)
Ensure the BULD build system module produces a LSS listing file output when the "all" target is invoked.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2277 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'LUFA/Build')
-rw-r--r--LUFA/Build/lufa.build.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/LUFA/Build/lufa.build.in b/LUFA/Build/lufa.build.in
index 4207f170..067b0773 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