Skip to content

Commit

Permalink
ensure Linker from toolchain is used
Browse files Browse the repository at this point in the history
  • Loading branch information
psallandre committed Jul 12, 2016
1 parent 96a640f commit 49935c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions platform/mk2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ NM := $(PREFIX)-nm
OBJCOPY := $(PREFIX)-objcopy
OBJDUMP := $(PREFIX)-objdump
SIZE := $(PREFIX)-size
LD := $(PREFIX)-ld

OPENOCD := openocd
DDD := ddd
Expand Down

0 comments on commit 49935c2

Please sign in to comment.