summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/ss555/wrapup/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2004-04-21 20:24:36 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2004-04-21 20:24:36 +0000
commit7312649847ee783fdb1a5330761696781ab22dc1 (patch)
treed3c86900efc1bd022d53a104cd75f9b028ce2292 /c/src/lib/libbsp/powerpc/ss555/wrapup/Makefile.am
parent2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-7312649847ee783fdb1a5330761696781ab22dc1.tar.bz2
2004-04-21 Joel Sherrill <joel@OARcorp.com>
PR 611/bsps * Makefile.am, include/bsp.h, wrapup/Makefile.am: Follow conventions for tm27 and do not add another macro definition. * startup/tm27supp.c: New file.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/powerpc/ss555/wrapup/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/powerpc/ss555/wrapup/Makefile.am b/c/src/lib/libbsp/powerpc/ss555/wrapup/Makefile.am
index e4652a6b5d..845d14cf54 100644
--- a/c/src/lib/libbsp/powerpc/ss555/wrapup/Makefile.am
+++ b/c/src/lib/libbsp/powerpc/ss555/wrapup/Makefile.am
@@ -9,7 +9,8 @@ CLEANFILES = ../libbsp.a
___libbsp_a_SOURCES =
___libbsp_a_LIBADD = ../pclock$(LIB_VARIANT).rel \
- ../console$(LIB_VARIANT).rel ../startup$(LIB_VARIANT).rel
+ ../console$(LIB_VARIANT).rel ../startup$(LIB_VARIANT).rel \
+ ../tm27supp$(LIB_VARIANT).rel
___libbsp_a_LIBADD += \
../../../../libcpu/powerpc/shared/cpuIdent$(LIB_VARIANT).rel \