summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/ss555/wrapup/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/powerpc/ss555/wrapup/Makefile.am23
1 files changed, 0 insertions, 23 deletions
diff --git a/c/src/lib/libbsp/powerpc/ss555/wrapup/Makefile.am b/c/src/lib/libbsp/powerpc/ss555/wrapup/Makefile.am
deleted file mode 100644
index 73059f55b2..0000000000
--- a/c/src/lib/libbsp/powerpc/ss555/wrapup/Makefile.am
+++ /dev/null
@@ -1,23 +0,0 @@
-##
-## $Id$
-##
-
-include $(top_srcdir)/../../../../automake/compile.am
-
-noinst_LIBRARIES = ../libbsp.a
-CLEANFILES = ../libbsp.a
-___libbsp_a_SOURCES =
-
-___libbsp_a_LIBADD = ../pclock.rel ../console.rel ../startup.rel \
- ../tm27supp.rel
-
-___libbsp_a_LIBADD += ../../../../libcpu/powerpc/shared/cpuIdent.rel \
- ../@exceptions@/rtems-cpu.rel \
- ../../../../libcpu/powerpc/mpc5xx/clock.rel \
- ../../../../libcpu/powerpc/mpc5xx/console-generic.rel \
- ../../../../libcpu/powerpc/mpc5xx/exceptions.rel \
- ../../../../libcpu/powerpc/mpc5xx/irq.rel \
- ../../../../libcpu/powerpc/mpc5xx/timer.rel \
- ../../../../libcpu/powerpc/mpc5xx/vectors.rel
-
-include $(top_srcdir)/../../../../automake/local.am