summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-10-25 07:45:47 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-10-25 07:45:47 +0000
commit95008c6dc4d1c4cdf63554512ed78b07142da969 (patch)
tree09282f98a224d5f9a3fc72c9c2e8de35a8366fd8 /cpukit/rtems/Makefile.am
parent2011-10-25 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-95008c6dc4d1c4cdf63554512ed78b07142da969.tar.bz2
2011-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>
* rtems/Makefile.am: Add src/status.c. * rtems/include/rtems/rtems/status.h: Make _Status_Object_name_errors_to_status an external variable. * rtems/src/status.c: New (split out from rtems/include/rtems/rtems/status.h).
Diffstat (limited to 'cpukit/rtems/Makefile.am')
-rw-r--r--cpukit/rtems/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/rtems/Makefile.am b/cpukit/rtems/Makefile.am
index fccc808e43..6dc67e03a1 100644
--- a/cpukit/rtems/Makefile.am
+++ b/cpukit/rtems/Makefile.am
@@ -257,6 +257,8 @@ librtems_a_SOURCES += src/workspace.c
librtems_a_SOURCES += src/attr.c
+librtems_a_SOURCES += src/status.c
+
if HAS_MP
# We only build multiprocessing related files if HAS_MP was defined
librtems_a_SOURCES += src/eventmp.c