summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-07-20 05:42:16 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-07-20 05:42:16 +0000
commit02505940ff25429c1e1c4968c0e05a7de2b4bec1 (patch)
tree29b408396c55f9c0e30377dc9e9be6f63afdda6f
parent2002-07-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-02505940ff25429c1e1c4968c0e05a7de2b4bec1.tar.bz2
2002-07-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds.rom linkcmds.rom2ram.
-rw-r--r--c/src/lib/libbsp/sh/gensh4/ChangeLog5
-rw-r--r--c/src/lib/libbsp/sh/gensh4/startup/Makefile.am2
2 files changed, 7 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/sh/gensh4/ChangeLog b/c/src/lib/libbsp/sh/gensh4/ChangeLog
index e2ef660ea5..d72c324f95 100644
--- a/c/src/lib/libbsp/sh/gensh4/ChangeLog
+++ b/c/src/lib/libbsp/sh/gensh4/ChangeLog
@@ -1,3 +1,8 @@
+2002-07-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds.rom
+ linkcmds.rom2ram.
+
2002-07-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
diff --git a/c/src/lib/libbsp/sh/gensh4/startup/Makefile.am b/c/src/lib/libbsp/sh/gensh4/startup/Makefile.am
index 8abe245374..2e5691379c 100644
--- a/c/src/lib/libbsp/sh/gensh4/startup/Makefile.am
+++ b/c/src/lib/libbsp/sh/gensh4/startup/Makefile.am
@@ -22,6 +22,8 @@ include $(top_srcdir)/../../../../../../automake/lib.am
# (OPTIONAL) Add local stuff here using +=
#
+bsplib_DATA = linkcmds linkcmds.rom linkcmds.rom2ram
+
$(PROJECT_RELEASE)/lib/linkcmds: linkcmds
$(INSTALL_DATA) $< $@