From 4deeca39fe08e68f64c1bb978b1e1d7f39e72172 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 5 Aug 2002 19:05:47 +0000 Subject: 2002-08-05 Joel Sherrill * Per PR260 eliminate use of make-target-options. This impacted RTEMS allowing a distinction between the CPU32 and CPU32+ in the SuperCore and required that the m68k optimized memcpy be moved to libcpu. * memcpy.c: Moved to libcpu. * Makefile.am: Modified to reflect above. --- cpukit/score/cpu/m68k/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/score/cpu/m68k/Makefile.am') diff --git a/cpukit/score/cpu/m68k/Makefile.am b/cpukit/score/cpu/m68k/Makefile.am index ae4dbdd536..a733306bcd 100644 --- a/cpukit/score/cpu/m68k/Makefile.am +++ b/cpukit/score/cpu/m68k/Makefile.am @@ -31,7 +31,7 @@ include_rtems_score_HEADERS = \ PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \ $(include_rtems_score_HEADERS:%.h=$(PROJECT_INCLUDE)/%.h) -C_FILES = cpu.c memcpy.c +C_FILES = cpu.c C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) S_FILES = cpu_asm.S @@ -47,6 +47,6 @@ $(LIB): $(libscorecpu_a_OBJECTS) all-local: $(ARCH) $(PREINSTALL_FILES) $(LIB) \ $(TMPINSTALL_FILES) -EXTRA_DIST = cpu.c cpu_asm.S memcpy.c +EXTRA_DIST = cpu.c cpu_asm.S include $(top_srcdir)/../../../automake/local.am -- cgit v1.2.3