From cece71ba2fbb750f8c6cfe57121748a9ab626205 Mon Sep 17 00:00:00 2001 From: chrysn Date: Fri, 19 Oct 2012 16:13:34 +0200 Subject: [PATCH] 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. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 994e8a4a..32c39254 100644 --- a/Makefile +++ b/Makefile @@ -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)