summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/c4x/c4xsim
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-09-29 10:19:37 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-09-29 10:19:37 +0000
commit64eb0c7f4269504e45e73cee0aa4320f9e5ecedf (patch)
tree8ed7d77d393ed0c06b4e9e71b9f71bc40d30edf6 /c/src/lib/libbsp/c4x/c4xsim
parent2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-64eb0c7f4269504e45e73cee0aa4320f9e5ecedf.tar.bz2
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Eliminate *_SOURCES.
Diffstat (limited to 'c/src/lib/libbsp/c4x/c4xsim')
-rw-r--r--c/src/lib/libbsp/c4x/c4xsim/ChangeLog4
-rw-r--r--c/src/lib/libbsp/c4x/c4xsim/Makefile.am19
2 files changed, 15 insertions, 8 deletions
diff --git a/c/src/lib/libbsp/c4x/c4xsim/ChangeLog b/c/src/lib/libbsp/c4x/c4xsim/ChangeLog
index c48cf90fe7..4ff9a362ca 100644
--- a/c/src/lib/libbsp/c4x/c4xsim/ChangeLog
+++ b/c/src/lib/libbsp/c4x/c4xsim/ChangeLog
@@ -1,5 +1,9 @@
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * Makefile.am: Eliminate *_SOURCES.
+
+2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
+
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
components.
diff --git a/c/src/lib/libbsp/c4x/c4xsim/Makefile.am b/c/src/lib/libbsp/c4x/c4xsim/Makefile.am
index 3d46691999..e356e88cae 100644
--- a/c/src/lib/libbsp/c4x/c4xsim/Makefile.am
+++ b/c/src/lib/libbsp/c4x/c4xsim/Makefile.am
@@ -30,22 +30,25 @@ project_lib_DATA = start.$(OBJEXT)
dist_project_lib_DATA += startup/linkcmds
noinst_LIBRARIES = libbsp.a
+libbsp_a_SOURCES =
-startup_SOURCES = ../../shared/bspclean.c ../../shared/bsplibc.c \
+# startup
+libbsp_a_SOURCES += ../../shared/bspclean.c ../../shared/bsplibc.c \
../../shared/bsppredriverhook.c ../../shared/bspgetworkarea.c \
../../shared/bsppost.c startup/bsppretaksinghook.c ../../shared/bspstart.c \
../../shared/bootcard.c ../../shared/sbrk.c ../../shared/setvec.c \
../../c4x/shared/c3xspurious.c ../../c4x/shared/c4xspurious.c \
../../c4x/shared/bspspuriousinit.c startup/spurious.c \
../../shared/gnatinstallhandler.c
-clock_SOURCES = clock/clock.c
-console_SOURCES = console/consolereserveresources.c console/debugio.c \
+# clock
+libbsp_a_SOURCES += clock/clock.c
+# console
+libbsp_a_SOURCES += console/consolereserveresources.c console/debugio.c \
console/simio.c ../../shared/console.c
-debugio_SOURCES = console/debugio.c
-timer_SOURCES = timer/timer.c
-
-libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \
- $(debugio_SOURCES) $(timer_SOURCES)
+# debugio
+libbsp_a_SOURCES += console/debugio.c
+# timer
+libbsp_a_SOURCES += timer/timer.c
EXTRA_DIST += times