From 090de1adf5c64d4c59d86fa3d5c3f1dd2bae1f80 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 11 Apr 2001 14:07:22 +0000 Subject: 2001-04-11 Eric Valette * Makefile.am, configure.in, console/console.c, include/Makefile.am, include/bsp.h, network/network.c, startup/Makefile.am, startup/bspstart.c, startup/linkcmds, wrapup/Makefile.am: Switch the eth_comm BSP to use the "new exception processing model." --- c/src/lib/libbsp/powerpc/eth_comm/wrapup/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'c/src/lib/libbsp/powerpc/eth_comm/wrapup/Makefile.am') diff --git a/c/src/lib/libbsp/powerpc/eth_comm/wrapup/Makefile.am b/c/src/lib/libbsp/powerpc/eth_comm/wrapup/Makefile.am index 7f9f2097b3..6e0916e4ad 100644 --- a/c/src/lib/libbsp/powerpc/eth_comm/wrapup/Makefile.am +++ b/c/src/lib/libbsp/powerpc/eth_comm/wrapup/Makefile.am @@ -9,7 +9,7 @@ if HAS_NETWORKING NETWORKING = network endif -BSP_PIECES = startup start canbus console $(NETWORKING) +BSP_PIECES = clock irq startup start canbus vectors console $(NETWORKING) # pieces to pick up out of libcpu/ppc # CPU_PIECES = mpc860/clock mpc860/timer mpc860/console-generic \ # mpc860/vectors @@ -17,7 +17,7 @@ BSP_PIECES = startup start canbus console $(NETWORKING) # bummer; have to use $foreach since % pattern subst rules only replace 1x OBJS = $(foreach piece, $(BSP_PIECES), $(wildcard ../$(piece)/$(ARCH)/*.o)) \ $(wildcard ../../../../libcpu/$(RTEMS_CPU)/shared/*/$(ARCH)/*.o) \ - $(wildcard ../../../../libcpu/powerpc/old_exception_processing/$(ARCH)/*.rel) \ + $(wildcard ../../../../libcpu/powerpc/new_exception_processing/$(ARCH)/*.rel) \ $(wildcard ../../../../libcpu/$(RTEMS_CPU)/$(RTEMS_CPU_MODEL)/*/$(ARCH)/*.o) LIB = $(ARCH)/libbsp.a -- cgit v1.2.3