summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-08-05 03:28:10 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-08-05 03:28:10 +0000
commit7c5c667e0c21e183d6b8c85cc3cfbbac9ec3af2e (patch)
tree174d1318db75229bac3755bfab9ec233d0752585 /c
parentFixed formatting. (diff)
downloadrtems-7c5c667e0c21e183d6b8c85cc3cfbbac9ec3af2e.tar.bz2
2005-08-05 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Unconditionally initialize include_libcpu_HEADERS.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libcpu/powerpc/ChangeLog4
-rw-r--r--c/src/lib/libcpu/powerpc/Makefile.am12
2 files changed, 11 insertions, 5 deletions
diff --git a/c/src/lib/libcpu/powerpc/ChangeLog b/c/src/lib/libcpu/powerpc/ChangeLog
index c136aa68de..15c734ae97 100644
--- a/c/src/lib/libcpu/powerpc/ChangeLog
+++ b/c/src/lib/libcpu/powerpc/ChangeLog
@@ -1,3 +1,7 @@
+2005-08-05 Ralf Corsepius <ralf.corsepius@rtems.org>
+
+ * Makefile.am: Unconditionally initialize include_libcpu_HEADERS.
+
2005-07-28 Eric Norum <norume@aps.anl.gov>
* mpc6xx/clock/c_clock.c: Changes provided by Phillip Sorensen
diff --git a/c/src/lib/libcpu/powerpc/Makefile.am b/c/src/lib/libcpu/powerpc/Makefile.am
index aea1bf9d27..90f6711a7b 100644
--- a/c/src/lib/libcpu/powerpc/Makefile.am
+++ b/c/src/lib/libcpu/powerpc/Makefile.am
@@ -16,6 +16,8 @@ include_rtems_powerpc_HEADERS = rtems/powerpc/cache.h \
include_rtems_scoredir = $(includedir)/rtems/score
include_libcpudir = $(includedir)/libcpu
+include_libcpu_HEADERS =
+
if OLD_EXCEPTIONS
include_rtems_score_HEADERS = old-exceptions/rtems/score/ppc_offs.h
@@ -38,7 +40,7 @@ endif
## shared/include
if shared
-include_libcpu_HEADERS = shared/include/io.h shared/include/mmu.h shared/include/page.h \
+include_libcpu_HEADERS += shared/include/io.h shared/include/mmu.h shared/include/page.h \
shared/include/byteorder.h shared/include/pgtable.h
noinst_PROGRAMS += shared/cpuIdent.rel
@@ -136,7 +138,7 @@ mpc5xx_console_generic_rel_CPPFLAGS = $(AM_CPPFLAGS)
mpc5xx_console_generic_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
## mpc5xx/exceptions
-include_libcpu_HEADERS = mpc5xx/exceptions/raw_exception.h
+include_libcpu_HEADERS += mpc5xx/exceptions/raw_exception.h
noinst_PROGRAMS += mpc5xx/exceptions.rel
mpc5xx_exceptions_rel_SOURCES = mpc5xx/exceptions/raw_exception.c
@@ -189,7 +191,7 @@ mpc505_vectors_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
endif
if mpc6xx
-include_libcpu_HEADERS = mpc6xx/exceptions/raw_exception.h
+include_libcpu_HEADERS += mpc6xx/exceptions/raw_exception.h
## mpc6xx/exceptions
noinst_PROGRAMS += mpc6xx/exceptions.rel
@@ -251,7 +253,7 @@ mpc8xx_cpm_rel_CPPFLAGS = $(AM_CPPFLAGS)
mpc8xx_cpm_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
## mpc8xx/exceptions
-include_libcpu_HEADERS = mpc8xx/exceptions/raw_exception.h
+include_libcpu_HEADERS += mpc8xx/exceptions/raw_exception.h
noinst_PROGRAMS += mpc8xx/exceptions.rel
mpc8xx_exceptions_rel_SOURCES = mpc8xx/exceptions/raw_exception.c \
@@ -304,7 +306,7 @@ mpc8260_cpm_rel_CPPFLAGS = $(AM_CPPFLAGS)
mpc8260_cpm_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
## mpc8260/exceptions
-include_libcpu_HEADERS = mpc8260/exceptions/raw_exception.h
+include_libcpu_HEADERS += mpc8260/exceptions/raw_exception.h
noinst_PROGRAMS += mpc8260/exceptions.rel
mpc8260_exceptions_rel_SOURCES = mpc8260/exceptions/raw_exception.c \