From 80e53918dcb752cca5c435d3110069ae7c4b501e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 7 Jul 2000 19:36:14 +0000 Subject: Moved old_exception_processing and new_exception_processing directories from score/cpu to libcpu because the determination of which to use is based on RTEMS_CPU_MODEL. Thus it can not be determined based solely on multilib information. --- cpukit/score/cpu/powerpc/Makefile.am | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'cpukit/score/cpu') diff --git a/cpukit/score/cpu/powerpc/Makefile.am b/cpukit/score/cpu/powerpc/Makefile.am index cbddc2bca7..5a78c873dd 100644 --- a/cpukit/score/cpu/powerpc/Makefile.am +++ b/cpukit/score/cpu/powerpc/Makefile.am @@ -5,13 +5,7 @@ AUTOMAKE_OPTIONS = foreign 1.4 ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal -if PPC_NEW_EXCEPTION_PROCESSING -CPUDIR = new_exception_processing -else -CPUDIR = old_exception_processing -endif - -SUBDIRS = shared $(CPUDIR) +SUBDIRS = shared include $(top_srcdir)/../../../../../../automake/subdirs.am include $(top_srcdir)/../../../../../../automake/local.am -- cgit v1.2.3