aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchrysn2012-10-19 16:13:34 +0200
committerchrysn2012-10-19 16:13:34 +0200
commitcece71ba2fbb750f8c6cfe57121748a9ab626205 (patch)
tree8ec4c3726353a50180136de19687893b7f85a9de
parent843660dbfdb1c2c3e8f7a42b2a302747814a6168 (diff)
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.
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 994e8a4..32c3925 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)