Skip to content

Commit

Permalink
Fix typo in LINKER_SCRIPT variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
theotherjimmy committed Jun 6, 2016
1 parent 60fb4ff commit edd1932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workspace_tools/export/gcc_arm_common.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ all: $(PROJECT).bin $(PROJECT).hex size


{% block target_project_elf %}
$(PROJECT).elf: $(OBJECTS) $(SYS_OBJECTS) $(LINKER_SRCIPT)
$(PROJECT).elf: $(OBJECTS) $(SYS_OBJECTS) $(LINKER_SCRIPT)
$(LD) $(LD_FLAGS) -T$(filter-out %.o,$^) $(LIBRARY_PATHS) -o $@ $(filter %.o,$^) -Wl,--start-group $(LIBRARIES) $(LD_SYS_LIBS) -Wl,--end-group
{% endblock %}

Expand Down

0 comments on commit edd1932

Please sign in to comment.