summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/powerpc/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/cpu/powerpc/Makefile.am')
-rw-r--r--cpukit/score/cpu/powerpc/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/score/cpu/powerpc/Makefile.am b/cpukit/score/cpu/powerpc/Makefile.am
index aeff71be34..cbddc2bca7 100644
--- a/cpukit/score/cpu/powerpc/Makefile.am
+++ b/cpukit/score/cpu/powerpc/Makefile.am
@@ -5,10 +5,10 @@
AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
-if MPC750
-CPUDIR = mpc750
+if PPC_NEW_EXCEPTION_PROCESSING
+CPUDIR = new_exception_processing
else
-CPUDIR = other_cpu
+CPUDIR = old_exception_processing
endif
SUBDIRS = shared $(CPUDIR)