Skip to content

Commit

Permalink
squash adapt to ldscript update in upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
Joakim Nohlgård committed Jun 1, 2017
1 parent c37590b commit de76dac
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
6 changes: 6 additions & 0 deletions cpu/k22f/Makefile.include
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# define the CPU architecture for the k64f
export CPU_ARCH = cortex-m4

# map CPU models to generic Kinetis linkerscript
LD_MK22FN512VLH12 = kinetis_f512l64u64.ld
LD_MK22FN512VLL12 = kinetis_f512l64u64.ld
LD_MK22FN512VDC12 = kinetis_f512l64u64.ld
LD_MK22FN512VMP12 = kinetis_f512l64u64.ld

# tell the build system that the CPU depends on the Kinetis common files
export USEMODULE += kinetis_common

Expand Down
1 change: 0 additions & 1 deletion cpu/k22f/ldscripts/mk22fn512vdc12.ld

This file was deleted.

1 change: 0 additions & 1 deletion cpu/k22f/ldscripts/mk22fn512vlh12.ld

This file was deleted.

1 change: 0 additions & 1 deletion cpu/k22f/ldscripts/mk22fn512vll12.ld

This file was deleted.

1 change: 0 additions & 1 deletion cpu/k22f/ldscripts/mk22fn512vmp12.ld

This file was deleted.

0 comments on commit de76dac

Please sign in to comment.