summaryrefslogtreecommitdiffstats
path: root/cpukit/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-02-09 06:15:53 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-02-09 06:15:53 +0000
commit46d6e7a9f1a7563f19e08a15c0c3315e00def4ca (patch)
tree8f2ea78917ac605a3ded274c59de636fab5172cb /cpukit/Makefile.am
parent2011-02-09 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-46d6e7a9f1a7563f19e08a15c0c3315e00def4ca.tar.bz2
2011-02-09 Ralf Corsépius <ralf.corsepius@rtems.org>
* include/rtems/btimer.h: New. * Makefile.am: Add rtems/btimer.h * libcsupport/include/timerdrv.h: Reflect having split out functions to rtems/btimer.h.
Diffstat (limited to 'cpukit/Makefile.am')
-rw-r--r--cpukit/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/Makefile.am b/cpukit/Makefile.am
index 741c7319dc..d1a3bdd334 100644
--- a/cpukit/Makefile.am
+++ b/cpukit/Makefile.am
@@ -75,6 +75,7 @@ include_rtems_HEADERS += include/rtems/bspIo.h include/rtems/userenv.h \
include/rtems/concat.h \
include/rtems/status-checks.h
+include_rtems_HEADERS += include/rtems/btimer.h
include_rtems_HEADERS += include/rtems/endian.h
## should be conditional and only installed for PowerPC, x86, and ARM