Browse Source
The use of symbolic links leads to trouble in certain environments (e.g. vagrant under Win). This PR gets rid of symlinks and uses variables in the Makefiles to map to the correct linkerscripts instead.master

10 changed files with 15 additions and 6 deletions
@ -1 +0,0 @@
|
||||
../../kinetis_common/ldscripts/kinetis_f256l32u32.ld |
@ -1 +0,0 @@
|
||||
../../kinetis_common/ldscripts/kinetis_f512l64u64.ld |
@ -1 +0,0 @@
|
||||
../../kinetis_common/ldscripts/kinetis_f1024l64u192.ld |
@ -1 +0,0 @@
|
||||
../../kinetis_common/ldscripts/kinetis_f256l16u16.ld |
@ -1 +0,0 @@
|
||||
../../kinetis_common/ldscripts/kinetis_f512l32u32.ld |
Loading…
Reference in new issue