summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cpukit/ChangeLog1
-rw-r--r--cpukit/Makefile.am2
2 files changed, 3 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index bc0c1d5e2d..f7cf07ca9b 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,6 @@
2007-05-09 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * Makefile.am: Add include/rtems/endian.h.
* include/rtems/endian.h: New (Copied from
libnetworking/machine/endian.h).
diff --git a/cpukit/Makefile.am b/cpukit/Makefile.am
index 4ae1309934..df82d318f6 100644
--- a/cpukit/Makefile.am
+++ b/cpukit/Makefile.am
@@ -62,6 +62,8 @@ include_rtems_HEADERS += include/rtems/bspIo.h include/rtems/userenv.h \
include/rtems/fs.h include/rtems/pci.h include/rtems/stdint.h \
include/rtems/concat.h include/rtems/tar.h
+include_rtems_HEADERS += include/rtems/endian.h
+
## should be conditional and only installed for PowerPC, x86, and ARM
include_rtems_HEADERS += include/rtems/irq.h