projects
/
hackover2013-badge-firmware.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
75320cc
)
v1.0.0
author
Kevin Townsend
<kevin@ktownsend.com>
Sat, 24 Mar 2012 00:59:32 +0000
(
01:59
+0100)
committer
Kevin Townsend
<kevin@ktownsend.com>
Sat, 24 Mar 2012 00:59:32 +0000
(
01:59
+0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
1f50bc3
..
aa26d89
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-162,7
+162,6
@@
OBJCOPY = $(CROSS_COMPILE)objcopy
OBJDUMP = $(CROSS_COMPILE)objdump
OUTFILE = firmware
LPCRC = ./lpcrc
OBJDUMP = $(CROSS_COMPILE)objdump
OUTFILE = firmware
LPCRC = ./lpcrc
-CP = cp
##########################################################################
# GNU GCC compiler flags
##########################################################################
# GNU GCC compiler flags
@@
-220,9
+219,6
@@
firmware: $(OBJS) $(SYS_OBJS)
-@echo "INCLUDE $(LD_SCRIPT)" >> $(LD_TEMP)
$(LD) $(LDFLAGS) -T $(LD_TEMP) -o $(OUTFILE).elf $(OBJS) $(LDLIBS)
-@echo ""
-@echo "INCLUDE $(LD_SCRIPT)" >> $(LD_TEMP)
$(LD) $(LDFLAGS) -T $(LD_TEMP) -o $(OUTFILE).elf $(OBJS) $(LDLIBS)
-@echo ""
- -@echo "Removing temporary files"
- rm -f $(OBJS) $(LD_TEMP)
- -@echo ""
$(SIZE) $(OUTFILE).elf
-@echo ""
$(OBJCOPY) $(OCFLAGS) -O binary $(OUTFILE).elf $(OUTFILE).bin
$(SIZE) $(OUTFILE).elf
-@echo ""
$(OBJCOPY) $(OCFLAGS) -O binary $(OUTFILE).elf $(OUTFILE).bin
This page took
0.030188 seconds
and
4
git commands to generate.