summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-07-29 00:16:44 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-07-29 00:16:44 +0000
commit55dcdfdcfe552a1a6cb92823db34cae420b8312a (patch)
tree4d2c39cc8af38e09d35116eb5bec6f70e6beafb0 /c
parentSimplified RTC base address. (diff)
downloadrtems-55dcdfdcfe552a1a6cb92823db34cae420b8312a.tar.bz2
Added config.c and deleted tod.c.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/powerpc/dmv177/tod/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/powerpc/dmv177/tod/Makefile.in b/c/src/lib/libbsp/powerpc/dmv177/tod/Makefile.in
index 960d637bc0..c51144ee60 100644
--- a/c/src/lib/libbsp/powerpc/dmv177/tod/Makefile.in
+++ b/c/src/lib/libbsp/powerpc/dmv177/tod/Makefile.in
@@ -11,7 +11,7 @@ PROJECT_ROOT = @PROJECT_ROOT@
PGM=${ARCH}/tod.rel
# C source names, if any, go here -- minus the .c
-C_PIECES=$(TOD_PIECES)
+C_PIECES=config
C_FILES=$(C_PIECES:%=%.c)
C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)