summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/mpc860/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-06-12 21:34:51 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-06-12 21:34:51 +0000
commit3ab61f0a35a49fa26dde66047235935094582dd3 (patch)
treec472b1a0c24736017a9158e91aea7cced1ad8482 /c/src/lib/libcpu/powerpc/mpc860/Makefile.am
parentFixed so hppa1.1 compiles with only problems in simhppa BSP. (diff)
downloadrtems-3ab61f0a35a49fa26dde66047235935094582dd3.tar.bz2
Patch from John Cotton <john.cotton@nrc.ca>, Charles-Antoine Gauthier
<charles.gauthier@iit.nrc.ca>, and Darlene A. Stewart <Darlene.Stewart@nrc.ca> to add support for a number of very significant things: + BSPs for many variations on the Motorola MBX8xx board series + Cache Manager including initial support for m68040 and PowerPC + Rework of mpc8xx libcpu code so all mpc8xx CPUs now use same code base. + Rework of eth_comm BSP to utiltize above. John reports this works on the 821 and 860.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libcpu/powerpc/mpc860/Makefile.am10
1 files changed, 0 insertions, 10 deletions
diff --git a/c/src/lib/libcpu/powerpc/mpc860/Makefile.am b/c/src/lib/libcpu/powerpc/mpc860/Makefile.am
deleted file mode 100644
index a5679c9061..0000000000
--- a/c/src/lib/libcpu/powerpc/mpc860/Makefile.am
+++ /dev/null
@@ -1,10 +0,0 @@
-##
-## $Id$
-##
-
-AUTOMAKE_OPTIONS = foreign 1.4
-
-SUBDIRS = include console-generic clock timer vectors
-
-include $(top_srcdir)/../../../../../automake/subdirs.am
-include $(top_srcdir)/../../../../../automake/local.am