summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/mips/p4000/wrapup/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-02-02 03:55:55 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-02-02 03:55:55 +0000
commitc6070c42052cc11989d5133cdd29f0c42fabfd59 (patch)
tree2797fe79b66f040a2bae434a38f9542c3d830cbd /c/src/lib/libbsp/mips/p4000/wrapup/Makefile.am
parent2004-02-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-c6070c42052cc11989d5133cdd29f0c42fabfd59.tar.bz2
2004-02-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Merge-in console/Makefile.am, liblnk/Makefile.am, start/Makefile.am, startup/Makefile.am, wrapup/Makefile.am. Use automake compilation rules. * console/Makefile.am, liblnk/Makefile.am, start/Makefile.am, startup/Makefile.am, wrapup/Makefile.am: Remove. * configure.ac: Reflect changes above.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/mips/p4000/wrapup/Makefile.am23
1 files changed, 0 insertions, 23 deletions
diff --git a/c/src/lib/libbsp/mips/p4000/wrapup/Makefile.am b/c/src/lib/libbsp/mips/p4000/wrapup/Makefile.am
deleted file mode 100644
index ec5124e9c0..0000000000
--- a/c/src/lib/libbsp/mips/p4000/wrapup/Makefile.am
+++ /dev/null
@@ -1,23 +0,0 @@
-##
-## $Id$
-##
-
-BSP_FILES = startup console liblnk
-
-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/r46xx/clock$(LIB_VARIANT).rel \
- ../../../../libcpu/mips/r46xx/timer$(LIB_VARIANT).rel \
- ../../../../libcpu/mips/r46xx/vectorisrs$(LIB_VARIANT).rel
-
-$(ARCH)/libbsp.a: $(OBJS)
- $(make-library)
-
-noinst_DATA = $(ARCH)/libbsp.a
-
-include $(top_srcdir)/../../../../automake/local.am