From 8830935c102d74fdbe9317ebed2196af171e6daa Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 28 Jan 2004 04:43:00 +0000 Subject: 2004-01-28 Ralf Corsepius 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. --- c/src/lib/libbsp/m68k/gen68360/wrapup/Makefile.am | 30 ----------------------- 1 file changed, 30 deletions(-) delete mode 100644 c/src/lib/libbsp/m68k/gen68360/wrapup/Makefile.am (limited to 'c/src/lib/libbsp/m68k/gen68360/wrapup') 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 -- cgit v1.2.3