aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorUwe Hermann2009-07-24 23:30:36 +0200
committerUwe Hermann2009-07-24 23:30:36 +0200
commit428e328b7e67a0112ed4810e6c2dfdb745726a81 (patch)
tree555538d97dafa18737eb565377c299b75a6cbbff /Makefile
parent50ba77bea9ff670767a02fef374f8c124199fe22 (diff)
Install the ld script upon 'make install'.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2e1a170..18dcc76 100644
--- a/Makefile
+++ b/Makefile
@@ -52,6 +52,8 @@ install: build
$(Q)$(INSTALL) -m 0644 include/libopenstm32/*.h $(INCDIR)/libopenstm32
@printf " INSTALL lib\n"
$(Q)$(INSTALL) -m 0644 lib/*.a $(LIBDIR)
+ @printf " INSTALL ldscript\n"
+ $(Q)$(INSTALL) -m 0644 lib/*.ld $(LIBDIR)
clean:
$(Q)$(MAKE) -C examples clean