Skip to content

Commit edd1932

Browse files
committed
Fix typo in LINKER_SCRIPT variable name
1 parent 60fb4ff commit edd1932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workspace_tools/export/gcc_arm_common.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ all: $(PROJECT).bin $(PROJECT).hex size
106106

107107

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

0 commit comments

Comments
 (0)