summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-02-06 08:13:06 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-02-06 08:13:06 +0000
commite28ca5b72a47a9aac165d1335e54c36f994e128f (patch)
tree607177766bac0a86b9aa9b35db25c7c5702a1184 /c
parent2004-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-e28ca5b72a47a9aac165d1335e54c36f994e128f.tar.bz2
2004-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Pickup files from ../../c4x/shared instead of ../shared. Reformat.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/c4x/c4xsim/ChangeLog5
-rw-r--r--c/src/lib/libbsp/c4x/c4xsim/Makefile.am4
2 files changed, 7 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/c4x/c4xsim/ChangeLog b/c/src/lib/libbsp/c4x/c4xsim/ChangeLog
index 9113f15d6c..0b6a7bd23e 100644
--- a/c/src/lib/libbsp/c4x/c4xsim/ChangeLog
+++ b/c/src/lib/libbsp/c4x/c4xsim/ChangeLog
@@ -1,3 +1,8 @@
+2004-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: Pickup files from ../../c4x/shared instead of
+ ../shared. Reformat.
+
2004-01-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
diff --git a/c/src/lib/libbsp/c4x/c4xsim/Makefile.am b/c/src/lib/libbsp/c4x/c4xsim/Makefile.am
index 1ae719156e..2ab0a47084 100644
--- a/c/src/lib/libbsp/c4x/c4xsim/Makefile.am
+++ b/c/src/lib/libbsp/c4x/c4xsim/Makefile.am
@@ -30,8 +30,8 @@ CLEANFILES += startup.rel
startup_rel_SOURCES = ../../shared/bspclean.c ../../shared/bsplibc.c \
../../shared/bsppost.c startup/bspstart.c ../../shared/main.c \
../../shared/bootcard.c ../../shared/sbrk.c ../../shared/setvec.c \
- ../shared/c3xspurious.c ../shared/c4xspurious.c \
- ../shared/bspspuriousinit.c startup/spurious.c \
+ ../../c4x/shared/c3xspurious.c ../../c4x/shared/c4xspurious.c \
+ ../../c4x/shared/bspspuriousinit.c startup/spurious.c \
../../shared/gnatinstallhandler.c
startup_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
startup_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)