summarylogtreecommitdiffstats
path: root/0001-Revert-Drop-install-target-and-documentation.patch
diff options
context:
space:
mode:
Diffstat (limited to '0001-Revert-Drop-install-target-and-documentation.patch')
-rw-r--r--0001-Revert-Drop-install-target-and-documentation.patch17
1 files changed, 5 insertions, 12 deletions
diff --git a/0001-Revert-Drop-install-target-and-documentation.patch b/0001-Revert-Drop-install-target-and-documentation.patch
index 2dbcfe52b072..6d4f01e3a586 100644
--- a/0001-Revert-Drop-install-target-and-documentation.patch
+++ b/0001-Revert-Drop-install-target-and-documentation.patch
@@ -1,13 +1,5 @@
-commit 877200d30e2f044a5c6df47e37cf7adb01fdefd6
-Author: Anatol Pomozov <anatol.pomozov@gmail.com>
-Date: Sun Jan 10 18:58:44 2016 -0800
-
- Revert "Drop "install" target and documentation."
-
- This reverts commit 7c1cd2e5cd3f3d1193ee375b46cfd8afaccb89f7.
-
diff --git a/Makefile b/Makefile
-index 6929769d..2ae85c23 100644
+index 6929769d..ca06efd7 100644
--- a/Makefile
+++ b/Makefile
@@ -23,6 +23,13 @@ PREFIX ?= arm-none-eabi
@@ -24,7 +16,7 @@ index 6929769d..2ae85c23 100644
space:=
space+=
SRCLIBDIR:= $(subst $(space),\$(space),$(realpath lib))
-@@ -70,6 +77,21 @@ $(LIB_DIRS): $(IRQ_DEFN_FILES:=.genhdr)
+@@ -70,6 +77,22 @@ $(LIB_DIRS): $(IRQ_DEFN_FILES:=.genhdr)
lib: $(LIB_DIRS)
$(Q)true
@@ -40,13 +32,14 @@ index 6929769d..2ae85c23 100644
+ $(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)
++ $(Q)$(INSTALL) -m 0644 lib/*/*.ld $(LIBDIR)
++ $(Q)$(INSTALL) -m 0644 lib/*/*/*.ld $(LIBDIR)
+
+
html doc:
$(Q)$(MAKE) -C doc html
-@@ -114,4 +136,4 @@ genlinktests.clean:
+@@ -114,4 +137,4 @@ genlinktests.clean:
fi;