summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/dmv177/wrapup/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/powerpc/dmv177/wrapup/Makefile.am19
1 files changed, 0 insertions, 19 deletions
diff --git a/c/src/lib/libbsp/powerpc/dmv177/wrapup/Makefile.am b/c/src/lib/libbsp/powerpc/dmv177/wrapup/Makefile.am
deleted file mode 100644
index d4f31edf38..0000000000
--- a/c/src/lib/libbsp/powerpc/dmv177/wrapup/Makefile.am
+++ /dev/null
@@ -1,19 +0,0 @@
-##
-## $Id$
-##
-
-include $(top_srcdir)/../../../../automake/compile.am
-
-noinst_LIBRARIES = ../libbsp.a
-CLEANFILES = ../libbsp.a
-___libbsp_a_SOURCES =
-
-___libbsp_a_LIBADD = ../startup.rel ../clock.rel ../console.rel ../scv64.rel \
- ../timer.rel ../tod.rel
-if HAS_NETWORKING
-___libbsp_a_LIBADD += ../sonic.rel
-endif
-___libbsp_a_LIBADD += ../@exceptions@/rtems-cpu.rel \
- ../../../../libcpu/@RTEMS_CPU@/shared/cache.rel
-
-include $(top_srcdir)/../../../../automake/local.am