summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/src/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-05-28 14:00:21 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-05-28 14:00:21 +0000
commit35d2d3c0c796e51c9bf53a2ff5bd96c729095c3e (patch)
tree4375459d54d51a7be3aa40e5e6c3986c020be7b3 /c/src/exec/score/src/Makefile.in
parentRenamed clock.c to rtclock.c to avoid conflicts with clock drivers (diff)
downloadrtems-35d2d3c0c796e51c9bf53a2ff5bd96c729095c3e.tar.bz2
Renamed tod.c to coretod.c to remove conflicts with "Time Of Day"
device drivers.
Diffstat (limited to 'c/src/exec/score/src/Makefile.in')
-rw-r--r--c/src/exec/score/src/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/exec/score/src/Makefile.in b/c/src/exec/score/src/Makefile.in
index f596f52d24..fb238d0855 100644
--- a/c/src/exec/score/src/Makefile.in
+++ b/c/src/exec/score/src/Makefile.in
@@ -31,8 +31,8 @@ THREAD_PIECES=\
threadyieldprocessor
# C and C++ source names, if any, go here -- minus the .c or .cc
-C_PIECES=apiext chain coremsg coremutex coresem heap interr \
- isr object $(THREAD_PIECES) threadq tod userext \
+C_PIECES=apiext chain coremsg coremutex coresem coretod heap interr \
+ isr object $(THREAD_PIECES) threadq userext \
watchdog wkspace $(MP_PIECES)
C_FILES=$(C_PIECES:%=%.c)
C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)