summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/mips/genmongoosev/wrapup/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-01-31 11:27:23 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-01-31 11:27:23 +0000
commit31b1cffc226a5848e396fc88da8b832d41d34f5c (patch)
tree64a7a1ac6c6a7fa618f2167b9d0da987d7d60737 /c/src/lib/libbsp/mips/genmongoosev/wrapup/Makefile.am
parent2004-01-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-31b1cffc226a5848e396fc88da8b832d41d34f5c.tar.bz2
2004-01-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am, startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake compilation rules. * clock/Makefile.am, console/Makefile.am, startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove. * configure.ac: Reflect changes above.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/mips/genmongoosev/wrapup/Makefile.am22
1 files changed, 0 insertions, 22 deletions
diff --git a/c/src/lib/libbsp/mips/genmongoosev/wrapup/Makefile.am b/c/src/lib/libbsp/mips/genmongoosev/wrapup/Makefile.am
deleted file mode 100644
index 082ea5f70a..0000000000
--- a/c/src/lib/libbsp/mips/genmongoosev/wrapup/Makefile.am
+++ /dev/null
@@ -1,22 +0,0 @@
-##
-## $Id$
-##
-
-BSP_FILES = startup clock console timer
-
-include $(top_srcdir)/../../../../automake/compile.am
-include $(top_srcdir)/../../../../automake/lib.am
-
-# bummer; have to use $foreach since % pattern subst rules only replace 1x
-OBJS = $(foreach piece, $(BSP_FILES), ../$(piece)/$(ARCH)/*.$(OBJEXT)) \
- ../../../../libcpu/mips/shared/cache$(LIB_VARIANT).rel \
- ../../../../libcpu/mips/shared/interrupts$(LIB_VARIANT).rel \
- ../../../../libcpu/mips/mongoosev/duart$(LIB_VARIANT).rel \
- ../../../../libcpu/mips/mongoosev/vectorisrs$(LIB_VARIANT).rel
-
-$(ARCH)/libbsp.a: ${OBJS}
- $(make-library)
-
-noinst_DATA = $(ARCH)/libbsp.a
-
-include $(top_srcdir)/../../../../automake/local.am