Skip to content

Commit

Permalink
move linker script to src directory
Browse files Browse the repository at this point in the history
  • Loading branch information
josecm committed Apr 2, 2021
1 parent 799655a commit d9f255a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ targets-y+=$(bin_dir)/$(PROJECT_NAME).bin

# Generated files variables

ld_script:= $(cur_dir)/linker.ld
ld_script:= $(src_dir)/linker.ld
ld_script_temp:= $(build_dir)/linker_temp.ld
deps+=$(ld_script_temp).d

Expand Down
File renamed without changes.

0 comments on commit d9f255a

Please sign in to comment.