summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/mpc821/include/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/mpc821/include/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 'c/src/lib/libcpu/powerpc/mpc821/include/Makefile.am')
-rw-r--r--c/src/lib/libcpu/powerpc/mpc821/include/Makefile.am21
1 files changed, 0 insertions, 21 deletions
diff --git a/c/src/lib/libcpu/powerpc/mpc821/include/Makefile.am b/c/src/lib/libcpu/powerpc/mpc821/include/Makefile.am
deleted file mode 100644
index 8a4dfbd74d..0000000000
--- a/c/src/lib/libcpu/powerpc/mpc821/include/Makefile.am
+++ /dev/null
@@ -1,21 +0,0 @@
-##
-## $Id$
-##
-
-AUTOMAKE_OPTIONS = foreign 1.4
-
-H_FILES = console.h mpc821.h
-noinst_HEADERS = $(H_FILES)
-
-TMPINSTALL_FILES += $(PROJECT_INCLUDE)/mpc821 \
- $(H_FILES:%=$(PROJECT_INCLUDE)/mpc821/%)
-
-$(PROJECT_INCLUDE)/mpc821:
- $(mkinstalldirs) $@
-
-$(PROJECT_INCLUDE)/mpc821/%.h: %.h
- $(INSTALL_DATA) $< $@
-
-all-local: $(TMPINSTALL_FILES)
-
-include $(top_srcdir)/../../../../../automake/local.am