summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/c4x
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-09-29 03:43:47 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-09-29 03:43:47 +0000
commite94666ddc5133b44923a1c3a2f1b21043e0c6fdd (patch)
treec6e9bbace29dbd4e769e30356820174cc9c1e770 /c/src/lib/libbsp/c4x
parent2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-e94666ddc5133b44923a1c3a2f1b21043e0c6fdd.tar.bz2
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its components.
Diffstat (limited to 'c/src/lib/libbsp/c4x')
-rw-r--r--c/src/lib/libbsp/c4x/c4xsim/ChangeLog5
-rw-r--r--c/src/lib/libbsp/c4x/c4xsim/Makefile.am3
2 files changed, 7 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/c4x/c4xsim/ChangeLog b/c/src/lib/libbsp/c4x/c4xsim/ChangeLog
index b85eebd716..c48cf90fe7 100644
--- a/c/src/lib/libbsp/c4x/c4xsim/ChangeLog
+++ b/c/src/lib/libbsp/c4x/c4xsim/ChangeLog
@@ -1,5 +1,10 @@
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
+ components.
+
+2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
+
* Makefile.am: Remove noinst_PROGRAMS (Unused).
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
diff --git a/c/src/lib/libbsp/c4x/c4xsim/Makefile.am b/c/src/lib/libbsp/c4x/c4xsim/Makefile.am
index 19d7263cbb..3d46691999 100644
--- a/c/src/lib/libbsp/c4x/c4xsim/Makefile.am
+++ b/c/src/lib/libbsp/c4x/c4xsim/Makefile.am
@@ -29,6 +29,8 @@ project_lib_DATA = start.$(OBJEXT)
dist_project_lib_DATA += startup/linkcmds
+noinst_LIBRARIES = libbsp.a
+
startup_SOURCES = ../../shared/bspclean.c ../../shared/bsplibc.c \
../../shared/bsppredriverhook.c ../../shared/bspgetworkarea.c \
../../shared/bsppost.c startup/bsppretaksinghook.c ../../shared/bspstart.c \
@@ -42,7 +44,6 @@ console_SOURCES = console/consolereserveresources.c console/debugio.c \
debugio_SOURCES = console/debugio.c
timer_SOURCES = timer/timer.c
-noinst_LIBRARIES = libbsp.a
libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \
$(debugio_SOURCES) $(timer_SOURCES)