install *all* efm32 linker scripts

this will install the per-family linker scripts twice (doesn't hurt,
gets overwritten), but more importantly intalls the per-chip scripts
too.
This commit is contained in:
chrysn 2012-10-19 16:13:34 +02:00
parent 843660dbfd
commit cece71ba2f
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@ install: lib
$(Q)$(INSTALL) -m 0644 lib/*.a $(LIBDIR)
@printf " INSTALL ldscripts\n"
$(Q)$(INSTALL) -m 0644 lib/*.ld $(LIBDIR)
$(Q)$(INSTALL) -m 0644 lib/efm32/*/*.ld $(LIBDIR)
@printf " INSTALL scripts\n"
$(Q)$(INSTALL) -m 0644 scripts/* $(SHAREDIR)