Added caching enable routines.

This commit is contained in:
Joel Sherrill
1999-02-05 00:26:49 +00:00
parent 13cc89e122
commit 26e663db57

View File

@@ -12,7 +12,7 @@ RELS=$(ARCH)/rtems-cpu.rel
# C source names, if any, go here -- minus the .c # C source names, if any, go here -- minus the .c
# Normally cpu_asm and rtems are assembly files # Normally cpu_asm and rtems are assembly files
C_PIECES=cpu C_PIECES=cpu ppccache
C_FILES=$(C_PIECES:%=%.c) C_FILES=$(C_PIECES:%=%.c)
C_O_FILES=$(C_PIECES:%=${ARCH}/%.o) C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)