summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-02-05 00:26:49 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-02-05 00:26:49 +0000
commit26e663db57bfa51d77c7982f96eba0aa6ada83c6 (patch)
tree879cf13a46db14df7dbc8f813b1f2f12bc2ff0fe /c
parentReorganized into libchip style but not yet split out into multiple files (diff)
downloadrtems-26e663db57bfa51d77c7982f96eba0aa6ada83c6.tar.bz2
Added caching enable routines.
Diffstat (limited to 'c')
-rw-r--r--c/src/exec/score/cpu/powerpc/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/score/cpu/powerpc/Makefile.in b/c/src/exec/score/cpu/powerpc/Makefile.in
index 1511342df9..ca5f5e85f4 100644
--- a/c/src/exec/score/cpu/powerpc/Makefile.in
+++ b/c/src/exec/score/cpu/powerpc/Makefile.in
@@ -12,7 +12,7 @@ RELS=$(ARCH)/rtems-cpu.rel
# C source names, if any, go here -- minus the .c
# Normally cpu_asm and rtems are assembly files
-C_PIECES=cpu
+C_PIECES=cpu ppccache
C_FILES=$(C_PIECES:%=%.c)
C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)