summaryrefslogtreecommitdiffstats
path: root/cpukit/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-05-09 16:28:48 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-05-09 16:28:48 +0000
commit6e4bc7c76eda5fc35d0ec113ba9b61d71963e5ea (patch)
tree2edfc1bc4cfdc5e19c5e208e84a40e1433000d15 /cpukit/Makefile.am
parent2007-05-09 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-6e4bc7c76eda5fc35d0ec113ba9b61d71963e5ea.tar.bz2
2007-05-09 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Add include/rtems/endian.h.
Diffstat (limited to 'cpukit/Makefile.am')
-rw-r--r--cpukit/Makefile.am2
1 files changed, 2 insertions, 0 deletions
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