aboutsummaryrefslogtreecommitdiff
path: root/projects/hsm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/hsm/Makefile')
-rw-r--r--projects/hsm/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/projects/hsm/Makefile b/projects/hsm/Makefile
index b933653..a7b0e82 100644
--- a/projects/hsm/Makefile
+++ b/projects/hsm/Makefile
@@ -14,7 +14,6 @@ $(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
- $(OBJDUMP) -St $(PROJ).elf >$(PROJ).lst
$(SIZE) $(PROJ).elf
clean:
@@ -23,4 +22,3 @@ clean:
rm -f *.hex
rm -f *.bin
rm -f *.map
- rm -f *.lst