Skip to content

Commit

Permalink
Merge pull request #239 from OlegHahm/objcopy_flags
Browse files Browse the repository at this point in the history
Objcopy flags
  • Loading branch information
OlegHahm committed Oct 17, 2013
2 parents 269171a + 3d73e84 commit 438e5ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.include
Expand Up @@ -53,7 +53,7 @@ ifeq ($(BUILDOSXNATIVE),1)
else
@$(LINK) $(UNDEF) -o $(PROJBINDIR)/$(PROJECT).elf -Wl,--start-group $(BASELIBS) -lm -Wl,--end-group -Wl,-Map=$(PROJBINDIR)/$(PROJECT).map $(LINKFLAGS)
@$(SIZE) $(PROJBINDIR)/$(PROJECT).elf
@$(OBJCOPY) -O ihex $(PROJBINDIR)/$(PROJECT).elf $(PROJBINDIR)/$(PROJECT).hex
@$(OBJCOPY) $(OFLAGS) $(PROJBINDIR)/$(PROJECT).elf $(PROJBINDIR)/$(PROJECT).hex
endif

## your make rules
Expand Down

0 comments on commit 438e5ed

Please sign in to comment.