From acc25eec35e186abc118b9ca4f097e22fc6b4846 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 2 Dec 1999 14:31:19 +0000 Subject: Merged of mcp750 and mvme2307 BSP by Eric Valette . As part of this effort, the mpc750 libcpu code is now shared with the ppc6xx. --- c/src/exec/score/cpu/powerpc/Makefile.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'c/src/exec/score/cpu/powerpc/Makefile.in') diff --git a/c/src/exec/score/cpu/powerpc/Makefile.in b/c/src/exec/score/cpu/powerpc/Makefile.in index 73f5c47a02..56599caf68 100644 --- a/c/src/exec/score/cpu/powerpc/Makefile.in +++ b/c/src/exec/score/cpu/powerpc/Makefile.in @@ -20,11 +20,11 @@ INSTALL_CHANGE = @INSTALL_CHANGE@ SHARED_LIB = shared -ifeq ($(RTEMS_CPU_MODEL),mpc750) -CPUDIR = mpc750 -else -CPUDIR = other_cpu -endif +ifeq ($(RTEMS_PPC_EXCEPTION_PROCESSING_MODEL),new) +CPUDIR = new_exception_processing +else +CPUDIR = old_exception_processing +endif SUBDIRS = $(CPUDIR) $(SHARED_LIB) -- cgit v1.2.3