summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/powerpc/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/score/cpu/powerpc/Makefile.in')
-rw-r--r--c/src/exec/score/cpu/powerpc/Makefile.in10
1 files changed, 5 insertions, 5 deletions
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)