summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/m68k/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-06-12 21:12:12 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-06-12 21:12:12 +0000
commit773890639c8987212f7a3722fca23303b933bad7 (patch)
tree575479fd736cdd92cf824ddc03d8610d46e3072b /c/src/exec/score/cpu/m68k/Makefile.in
parentPatch from Eric Norum to avoid printing from context switch user extension. (diff)
downloadrtems-773890639c8987212f7a3722fca23303b933bad7.tar.bz2
Added optimized version of memcpy.c to this directory since RTEMS makes
important distinctions between CPU models which are not made by gcc. These distinctions help give us a more optimized memcpy(). This is important for message queues and KA9Q.
Diffstat (limited to 'c/src/exec/score/cpu/m68k/Makefile.in')
-rw-r--r--c/src/exec/score/cpu/m68k/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/score/cpu/m68k/Makefile.in b/c/src/exec/score/cpu/m68k/Makefile.in
index e95602eb98..d4ceea302e 100644
--- a/c/src/exec/score/cpu/m68k/Makefile.in
+++ b/c/src/exec/score/cpu/m68k/Makefile.in
@@ -11,7 +11,7 @@ PROJECT_ROOT = @PROJECT_ROOT@
RELS=$(ARCH)/rtems-cpu.rel
# C source names, if any, go here -- minus the .c
-C_PIECES=cpu
+C_PIECES=cpu memcpy
C_FILES=$(C_PIECES:%=%.c)
C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)