summaryrefslogtreecommitdiffstats
path: root/c/src/exec
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-07-04 14:41:37 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-07-04 14:41:37 +0000
commitb977ea9d169e5fc2339819139f1e25f2402858ab (patch)
tree2ffd6305f1c880823982f02a753f89d4fbbfaa65 /c/src/exec
parent2002-07-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-b977ea9d169e5fc2339819139f1e25f2402858ab.tar.bz2
2002-07-04 Joel Sherrill <joel@OARcorp.com>
* Makefile.am: Remove reference to deprecated rtems.c.
Diffstat (limited to 'c/src/exec')
-rw-r--r--c/src/exec/score/cpu/h8300/ChangeLog4
-rw-r--r--c/src/exec/score/cpu/h8300/Makefile.am2
2 files changed, 5 insertions, 1 deletions
diff --git a/c/src/exec/score/cpu/h8300/ChangeLog b/c/src/exec/score/cpu/h8300/ChangeLog
index 884210b7ab..e7808e93a4 100644
--- a/c/src/exec/score/cpu/h8300/ChangeLog
+++ b/c/src/exec/score/cpu/h8300/ChangeLog
@@ -1,3 +1,7 @@
+2002-07-04 Joel Sherrill <joel@OARcorp.com>
+
+ * Makefile.am: Remove reference to deprecated rtems.c.
+
2002-07-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* rtems.c: Remove.
diff --git a/c/src/exec/score/cpu/h8300/Makefile.am b/c/src/exec/score/cpu/h8300/Makefile.am
index 905a03046b..e910a63f3c 100644
--- a/c/src/exec/score/cpu/h8300/Makefile.am
+++ b/c/src/exec/score/cpu/h8300/Makefile.am
@@ -31,7 +31,7 @@ include_rtems_score_HEADERS = \
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \
$(include_rtems_score_HEADERS:%.h=$(PROJECT_INCLUDE)/%.h)
-C_FILES = cpu.c rtems.c
+C_FILES = cpu.c
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
S_FILES = cpu_asm.S