summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/m68k/shared/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-08-05 19:03:52 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-08-05 19:03:52 +0000
commit3f5480c29ae26d474c10576cfdeeae08ab163b9c (patch)
tree91b88086697778981b8661d176db0010c7e61ea9 /c/src/lib/libcpu/m68k/shared/Makefile.am
parent2002-08-05 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-3f5480c29ae26d474c10576cfdeeae08ab163b9c.tar.bz2
2002-08-05 Joel Sherrill <joel@OARcorp.com>
* 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. * shared/misc/memcpy.c: Moved from score/cpu/m68k. * configure.ac, shared/Makefile.am: Modified to reflect new directory. * shared/misc/.cvsignore, shared/misc/Makefile.am: New file.
Diffstat (limited to 'c/src/lib/libcpu/m68k/shared/Makefile.am')
-rw-r--r--c/src/lib/libcpu/m68k/shared/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libcpu/m68k/shared/Makefile.am b/c/src/lib/libcpu/m68k/shared/Makefile.am
index ff6b55a15d..b3173dba6d 100644
--- a/c/src/lib/libcpu/m68k/shared/Makefile.am
+++ b/c/src/lib/libcpu/m68k/shared/Makefile.am
@@ -3,7 +3,7 @@
##
-SUBDIRS = cache
+SUBDIRS = cache misc
include $(top_srcdir)/../../../../../automake/subdirs.am
include $(top_srcdir)/../../../../../automake/local.am