summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-02-19 18:10:21 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-02-19 18:10:21 +0000
commitcd12be09d64ef151086f15b01e5ec94ac59e4fce (patch)
tree21041f8cb0a3f040bea5cf45e4ebd310570327ee /c
parentTemporarily re-add OLD_EXCEPTIONS. (diff)
downloadrtems-cd12be09d64ef151086f15b01e5ec94ac59e4fce.tar.bz2
Remove refs to OLD_EXCEPTIONS.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libcpu/powerpc/Makefile.am36
1 files changed, 3 insertions, 33 deletions
diff --git a/c/src/lib/libcpu/powerpc/Makefile.am b/c/src/lib/libcpu/powerpc/Makefile.am
index 4e74635161..452f5c79bb 100644
--- a/c/src/lib/libcpu/powerpc/Makefile.am
+++ b/c/src/lib/libcpu/powerpc/Makefile.am
@@ -15,18 +15,8 @@ include_libcpudir = $(includedir)/libcpu
include_libcpu_HEADERS =
-EXTRA_DIST = old-exceptions/TODO old-exceptions/README
-EXTRA_DIST += old-exceptions/irq_stub.S old-exceptions/ppccache.c
-if OLD_EXCEPTIONS
-include_rtems_score_HEADERS = old-exceptions/rtems/score/ppc_offs.h
-
-noinst_PROGRAMS = old-exceptions/rtems-cpu.rel
-old_exceptions_rtems_cpu_rel_SOURCES = old-exceptions/cpu.c \
- old-exceptions/cpu_asm.S old-exceptions/rtems/score/ppc_offs.h
-old_exceptions_rtems_cpu_rel_CPPFLAGS = $(AM_CPPFLAGS) \
- -I$(srcdir)/old-exceptions
-old_exceptions_rtems_cpu_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
-else
+EXTRA_DIST =
+
noinst_PROGRAMS = new-exceptions/rtems-cpu.rel
new_exceptions_rtems_cpu_rel_SOURCES = new-exceptions/cpu.c \
new-exceptions/cpu_asm.S
@@ -57,7 +47,7 @@ new_exceptions_irq_bspsupport_rel_SOURCES = new-exceptions/bspsupport/irq.c
new_exceptions_irq_bspsupport_rel_CPPFLAGS = $(AM_CPPFLAGS)
new_exceptions_irq_bspsupport_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
endif
-endif
+
EXTRA_DIST += new-exceptions/bspsupport/vectors.h
EXTRA_DIST += new-exceptions/bspsupport/irq_supp.h
EXTRA_DIST += new-exceptions/bspsupport/ppc_exc_bspsupp.h
@@ -115,24 +105,11 @@ endif
ppc403_console_rel_CPPFLAGS = $(AM_CPPFLAGS)
ppc403_console_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
-if OLD_EXCEPTIONS
-## ppc403/ictrl
-include_HEADERS = ppc403/ictrl/ictrl.h
-else
include_HEADERS =
shared_cpuIdent_rel_SOURCES = shared/include/cpuIdent.c
shared_cpuIdent_rel_CPPFLAGS = $(AM_CPPFLAGS)
shared_cpuIdent_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
-endif
-
-if OLD_EXCEPTIONS
-noinst_PROGRAMS += ppc403/ictrl.rel
-ppc403_ictrl_rel_SOURCES = ppc403/ictrl/ictrl.c ppc403/ictrl/ictrl.h
-ppc403_ictrl_rel_CPPFLAGS = $(AM_CPPFLAGS)
-ppc403_ictrl_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
-endif
-
## ppc403/timer
noinst_PROGRAMS += ppc403/timer.rel
ppc403_timer_rel_SOURCES = ppc403/timer/timer.c
@@ -149,13 +126,6 @@ ppc403_tty_drv_rel_CPPFLAGS = $(AM_CPPFLAGS)
ppc403_tty_drv_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
endif
-if OLD_EXCEPTIONS
-## ppc403/vectors
-noinst_PROGRAMS += ppc403/vectors.rel
-ppc403_vectors_rel_SOURCES = ppc403/vectors/vectors.S ppc403/vectors/align_h.S
-ppc403_vectors_rel_CPPFLAGS = $(AM_CPPFLAGS)
-ppc403_vectors_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
-endif
endif
EXTRA_DIST += mpc5xx/README