From fb6b168f61f86e9968df36cb4d3f52d1de8815e8 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 30 Jan 2004 17:12:37 +0000 Subject: 2004-01-30 Ralf Corsepius * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am, scv64/Makefile.am, sonic/Makefile.am, start/Makefile.am, startup/Makefile.am, timer/Makefile.am, tod/Makefile.am. Use automake compilation rules. * clock/Makefile.am, console/Makefile.am, scv64/Makefile.am, sonic/Makefile.am, start/Makefile.am, startup/Makefile.am, timer/Makefile.am, tod/Makefile.am: Remove. * configure.ac, wrapup/Makefile.am: Reflect changes above. --- c/src/lib/libbsp/powerpc/dmv177/wrapup/Makefile.am | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'c/src/lib/libbsp/powerpc/dmv177/wrapup/Makefile.am') diff --git a/c/src/lib/libbsp/powerpc/dmv177/wrapup/Makefile.am b/c/src/lib/libbsp/powerpc/dmv177/wrapup/Makefile.am index 47ac70db9c..59d850bd99 100644 --- a/c/src/lib/libbsp/powerpc/dmv177/wrapup/Makefile.am +++ b/c/src/lib/libbsp/powerpc/dmv177/wrapup/Makefile.am @@ -2,17 +2,13 @@ ## $Id$ ## -# We only build the networking device driver if HAS_NETWORKING was defined +OBJS = ../startup$(LIB_VARIANT).rel ../clock$(LIB_VARIANT).rel \ + ../console$(LIB_VARIANT).rel ../scv64$(LIB_VARIANT).rel \ + ../timer$(LIB_VARIANT).rel ../tod$(LIB_VARIANT).rel if HAS_NETWORKING -NETWORKING = sonic +OBJS += ../sonic$(LIB_VARIANT).rel endif -# pieces specific to this BSP -BSP_PIECES = startup clock console scv64 timer tod $(NETWORKING) - -# bummer; have to use $foreach since % pattern subst rules only replace 1x -OBJS = $(foreach piece, $(BSP_PIECES), \ - ../$(piece)/$(ARCH)/*.$(OBJEXT)) OBJS += ../@exceptions@/rtems-cpu$(LIB_VARIANT).rel \ ../../../../libcpu/@RTEMS_CPU@/shared/cache$(LIB_VARIANT).rel -- cgit v1.2.3