summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/helas403/wrapup/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/powerpc/helas403/wrapup/Makefile.am20
1 files changed, 0 insertions, 20 deletions
diff --git a/c/src/lib/libbsp/powerpc/helas403/wrapup/Makefile.am b/c/src/lib/libbsp/powerpc/helas403/wrapup/Makefile.am
deleted file mode 100644
index 47291b9199..0000000000
--- a/c/src/lib/libbsp/powerpc/helas403/wrapup/Makefile.am
+++ /dev/null
@@ -1,20 +0,0 @@
-##
-## $Id$
-##
-
-include $(top_srcdir)/../../../../automake/compile.am
-
-noinst_LIBRARIES = ../libbsp.a
-CLEANFILES = ../libbsp.a
-___libbsp_a_SOURCES =
-
-___libbsp_a_LIBADD = ../startup.rel ../dlentry.rel ../flashentry.rel
-
-___libbsp_a_LIBADD += ../@exceptions@/rtems-cpu.rel \
- ../../../../libcpu/@RTEMS_CPU@/ppc403/clock.rel \
- ../../../../libcpu/@RTEMS_CPU@/ppc403/timer.rel \
- ../../../../libcpu/@RTEMS_CPU@/ppc403/console.rel \
- ../../../../libcpu/@RTEMS_CPU@/ppc403/vectors.rel \
- ../../../../libcpu/@RTEMS_CPU@/ppc403/ictrl.rel
-
-include $(top_srcdir)/../../../../automake/local.am