summaryrefslogtreecommitdiffstats
path: root/c/src/exec/rtems/src/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-05-28 13:07:00 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-05-28 13:07:00 +0000
commit803ce2919be2d8647a825dbffa38215875004659 (patch)
tree068626c31de093c83d55a3ba796c4a4cf5a8a51c /c/src/exec/rtems/src/Makefile.in
parentSwitched from picking up the .rel for each subdirectory in the (diff)
downloadrtems-803ce2919be2d8647a825dbffa38215875004659.tar.bz2
Renamed clock.c to rtclock.c to avoid conflicts with clock drivers
in various BSPs.
Diffstat (limited to 'c/src/exec/rtems/src/Makefile.in')
-rw-r--r--c/src/exec/rtems/src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/rtems/src/Makefile.in b/c/src/exec/rtems/src/Makefile.in
index 868ac0aca4..b04af25553 100644
--- a/c/src/exec/rtems/src/Makefile.in
+++ b/c/src/exec/rtems/src/Makefile.in
@@ -32,7 +32,7 @@ INTR_PIECES=\
intr intrbody intrcatch
CLOCK_PIECES=\
- clock clockget clockset clocktick
+ rtclock clockget clockset clocktick
TIMER_PIECES=\
rtemstimer timercancel timercreate timerdelete timerfireafter \