[Cryptech-Commits] [sw/stm32] 03/11: Remove unused hex file.
git at cryptech.is
git at cryptech.is
Mon Jun 6 18:32:22 UTC 2016
This is an automated email from the git hooks/post-receive script.
paul at psgd.org pushed a commit to branch master
in repository sw/stm32.
commit c4bf539bbc40dbf0d337001fbc8ba6cf621531f5
Author: Paul Selkirk <paul at psgd.org>
AuthorDate: Mon Jun 6 11:49:04 2016 -0400
Remove unused hex file.
---
projects/hsm/Makefile | 2 --
1 file changed, 2 deletions(-)
diff --git a/projects/hsm/Makefile b/projects/hsm/Makefile
index a7b0e82..f5546d8 100644
--- a/projects/hsm/Makefile
+++ b/projects/hsm/Makefile
@@ -12,13 +12,11 @@ all: $(PROJ:=.elf)
$(PROJ).elf: $(OBJS) $(BOARD_OBJS) $(LIBS)
$(CC) $(CFLAGS) $^ -o $@ -T$(LDSCRIPT) -g -Wl,-Map=$(PROJ).map
- $(OBJCOPY) -O ihex $(PROJ).elf $(PROJ).hex
$(OBJCOPY) -O binary $(PROJ).elf $(PROJ).bin
$(SIZE) $(PROJ).elf
clean:
rm -f *.o
rm -f *.elf
- rm -f *.hex
rm -f *.bin
rm -f *.map
More information about the Commits
mailing list