diff options
author | Paul Selkirk <paul@psgd.org> | 2016-04-24 13:05:40 -0400 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2016-04-24 13:05:40 -0400 |
commit | e2e066e137465343cb5143a045196a3e5bddc47f (patch) | |
tree | 67e5eacca7ca710a54e1bbcab9f5f6e81f1ad2ba /projects/hsm/Makefile | |
parent | a59302fda685722cd003045359a184ad751045c0 (diff) |
This time for sure - async receive, and everything that flows from that.
Diffstat (limited to 'projects/hsm/Makefile')
-rw-r--r-- | projects/hsm/Makefile | 2 |
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 |