summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/gen68360/wrapup
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-01-28 04:43:00 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-01-28 04:43:00 +0000
commit8830935c102d74fdbe9317ebed2196af171e6daa (patch)
treea60f58f4991552a1546c4a553652d0cbc9c09815 /c/src/lib/libbsp/m68k/gen68360/wrapup
parent2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-8830935c102d74fdbe9317ebed2196af171e6daa.tar.bz2
2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
PR 562/bsps * Makefile.am: Remove references to m68k-gdbstub.c, rtems-gdbstub-glue.c. * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am, network/Makefile.am, startup/Makefile.am, timer/Makefile.am. Use automake-compilation rules. * clock/Makefile.am, console/Makefile.am, network/Makefile.am, startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove. * configure.ac: Reflect changes above.
Diffstat (limited to 'c/src/lib/libbsp/m68k/gen68360/wrapup')
-rw-r--r--c/src/lib/libbsp/m68k/gen68360/wrapup/Makefile.am30
1 files changed, 0 insertions, 30 deletions
diff --git a/c/src/lib/libbsp/m68k/gen68360/wrapup/Makefile.am b/c/src/lib/libbsp/m68k/gen68360/wrapup/Makefile.am
deleted file mode 100644
index 1a5f9586ae..0000000000
--- a/c/src/lib/libbsp/m68k/gen68360/wrapup/Makefile.am
+++ /dev/null
@@ -1,30 +0,0 @@
-##
-## $Id$
-##
-
-# We only build the networking device driver if HAS_NETWORKING was defined
-if HAS_NETWORKING
-NETWORKING_DRIVER = network
-endif
-
-BSP_PIECES = startup clock console timer $(NETWORKING_DRIVER)
-
-# bummer; have to use $foreach since % pattern subst rules only replace 1x
-OBJS = $(foreach piece, $(BSP_PIECES), ../$(piece)/$(ARCH)/*.$(OBJEXT)) \
- ../../../../libcpu/@RTEMS_CPU@/shared/cache$(LIB_VARIANT).rel \
- ../../../../libcpu/@RTEMS_CPU@/shared/misc$(LIB_VARIANT).rel
-
-if HAS_FPSP
-OBJS += \
- ../../../../libcpu/@RTEMS_CPU@/@RTEMS_CPU_MODEL@/fpsp$(LIB_VARIANT).rel
-endif
-
-include $(top_srcdir)/../../../../automake/compile.am
-include $(top_srcdir)/../../../../automake/lib.am
-
-$(ARCH)/libbsp.a: $(OBJS)
- $(make-library)
-
-noinst_DATA = $(ARCH)/libbsp.a
-
-include $(top_srcdir)/../../../../automake/local.am