diff options
Diffstat (limited to 'projects')
-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 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 |