From 283dd51021e92a23354eca4dc5588b92f2dc631f Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 21 Jan 2004 15:09:34 +0000 Subject: 2004-01-21 Ralf Corsepius * Makefile.am: Add PREINSTALL_DIRS. * irq/Makefile.am: Add PREINSTALL_DIRS. * vectors/Makefile.am: Add PREINSTALL_DIRS. * wrapup/Makefile.am: Reflect changes to libcpu. --- c/src/lib/libbsp/powerpc/mbx8xx/wrapup/Makefile.am | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'c/src/lib/libbsp/powerpc/mbx8xx/wrapup/Makefile.am') diff --git a/c/src/lib/libbsp/powerpc/mbx8xx/wrapup/Makefile.am b/c/src/lib/libbsp/powerpc/mbx8xx/wrapup/Makefile.am index 5547db59c6..9072f1766a 100644 --- a/c/src/lib/libbsp/powerpc/mbx8xx/wrapup/Makefile.am +++ b/c/src/lib/libbsp/powerpc/mbx8xx/wrapup/Makefile.am @@ -8,15 +8,17 @@ NETWORKING = network endif BSP_PIECES = clock irq ide startup console vectors $(NETWORKING) -# pieces to pick up out of libcpu/ppc -# CPU_PIECES = mpc8xx/clock mpc8xx/console-generic mpc8xx/cpm \ -# mpc8xx/mmu mpc8xx/timer mpc8xx/vectors # bummer; have to use $foreach since % pattern subst rules only replace 1x OBJS = $(foreach piece, $(BSP_PIECES), ../$(piece)/$(ARCH)/*.$(OBJEXT)) \ $(wildcard ../../../../libcpu/$(RTEMS_CPU)/shared/*/$(ARCH)/*.$(OBJEXT)) \ - ../@exceptions@/$(ARCH)/rtems-cpu.rel $(wildcard \ - ../../../../libcpu/$(RTEMS_CPU)/mpc8xx/*/$(ARCH)/*.$(OBJEXT)) + ../@exceptions@/$(ARCH)/rtems-cpu.rel \ + ../../../../libcpu/powerpc/mpc8xx/clock$(LIB_VARIANT).rel \ + ../../../../libcpu/powerpc/mpc8xx/console-generic$(LIB_VARIANT).rel \ + ../../../../libcpu/powerpc/mpc8xx/cpm$(LIB_VARIANT).rel \ + ../../../../libcpu/powerpc/mpc8xx/mmu$(LIB_VARIANT).rel \ + ../../../../libcpu/powerpc/mpc8xx/timer$(LIB_VARIANT).rel \ + ../../../../libcpu/powerpc/mpc8xx/exceptions$(LIB_VARIANT).rel include $(top_srcdir)/../../../../automake/compile.am include $(top_srcdir)/../../../../automake/lib.am -- cgit v1.2.3