From e2e066e137465343cb5143a045196a3e5bddc47f Mon Sep 17 00:00:00 2001 From: Paul Selkirk Date: Sun, 24 Apr 2016 13:05:40 -0400 Subject: This time for sure - async receive, and everything that flows from that. --- projects/hsm/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'projects/hsm/Makefile') 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 -- cgit v1.2.3