projects
/
pub
/
lufa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59ca4ec
)
Ensure the BULD build system module produces a LSS listing file output when the ...
author
Dean Camera
<dean@fourwalledcubicle.com>
Sat, 2 Jun 2012 12:38:36 +0000
(12:38 +0000)
committer
Dean Camera
<dean@fourwalledcubicle.com>
Sat, 2 Jun 2012 12:38:36 +0000
(12:38 +0000)
LUFA/Build/lufa.build.in
patch
|
blob
|
blame
|
history
diff --git
a/LUFA/Build/lufa.build.in
b/LUFA/Build/lufa.build.in
index
4207f17
..
067b077
100644
(file)
--- 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; \
\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