From d3b8db7b069eeae5877ddbfb1bb6f94637afcab7 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 4 Nov 2005 09:05:57 +0000 Subject: 2005-11-04 Ralf Corsepius * Makefile.am: Partially cleanup EXTRA_DIST. --- c/src/lib/libcpu/powerpc/ChangeLog | 10 +++++++--- c/src/lib/libcpu/powerpc/Makefile.am | 9 ++++++--- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/c/src/lib/libcpu/powerpc/ChangeLog b/c/src/lib/libcpu/powerpc/ChangeLog index 3735ae2d95..77c3663c31 100644 --- a/c/src/lib/libcpu/powerpc/ChangeLog +++ b/c/src/lib/libcpu/powerpc/ChangeLog @@ -1,3 +1,7 @@ +2005-11-04 Ralf Corsepius + + * Makefile.am: Partially cleanup EXTRA_DIST. + 2005-11-03 straumanatslacdotstanford.edu * mpc6xx/clock/c_clock.c: disable interrupts around decrementer update @@ -20,9 +24,9 @@ 2005-11-02 straumanatslacdotstanford.edu - * configure.ac, mpc6xx/exceptions/raw_exception.c, - shared/include/cpuIdent.c, shared/include/cpuIdent.h: recognize - mpc7457 CPU; added definitions for high bats (#4..7) on 7450 CPUs + * configure.ac, mpc6xx/exceptions/raw_exception.c, + shared/include/cpuIdent.c, shared/include/cpuIdent.h: recognize + mpc7457 CPU; added definitions for high bats (#4..7) on 7450 CPUs 2005-09-12 Thomas Doerfler diff --git a/c/src/lib/libcpu/powerpc/Makefile.am b/c/src/lib/libcpu/powerpc/Makefile.am index 90f6711a7b..4b0ecc04c1 100644 --- a/c/src/lib/libcpu/powerpc/Makefile.am +++ b/c/src/lib/libcpu/powerpc/Makefile.am @@ -18,12 +18,11 @@ 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 -EXTRA_DIST = old-exceptions/TODO old-exceptions/irq_stub.S \ - old-exceptions/ppccache.c - 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 @@ -70,6 +69,7 @@ include_libcpu_HEADERS += shared/include/spr.h include_libcpu_HEADERS += shared/src/stackTrace.h endif +EXTRA_DIST += ppc403/README ppc403/vectors/README if ppc403 ## ppc403/clock noinst_PROGRAMS += ppc403/clock.rel @@ -118,6 +118,7 @@ ppc403_vectors_rel_CPPFLAGS = $(AM_CPPFLAGS) ppc403_vectors_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) endif +EXTRA_DIST += mpc5xx/README if mpc5xx include_mpc5xxdir = $(includedir)/mpc5xx @@ -225,6 +226,7 @@ mpc6xx_timer_rel_CPPFLAGS = $(AM_CPPFLAGS) mpc6xx_timer_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) endif +EXTRA_DIST += mpc8xx/README if mpc8xx include_mpc8xxdir = $(includedir)/mpc8xx @@ -276,6 +278,7 @@ mpc8xx_timer_rel_CPPFLAGS = $(AM_CPPFLAGS) mpc8xx_timer_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) endif +EXTRA_DIST += mpc8260/README if mpc8260 include_mpc8260dir = $(includedir)/mpc8260 -- cgit v1.2.3