summaryrefslogtreecommitdiffstats
path: root/c/src/exec/rtems/src/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-08-02 17:55:09 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-08-02 17:55:09 +0000
commitb2fed4811d4556d4b422793c04c294f41f5b8589 (patch)
treecd4d73521312e0faed7701a0b940d2cb587ebcc4 /c/src/exec/rtems/src/Makefile.in
parentAdded conditional for KA9Q. (diff)
downloadrtems-b2fed4811d4556d4b422793c04c294f41f5b8589.tar.bz2
Added these files to contain bodies for routines included in the API
but which did not have real bodies. This is necessary for languages like Ada95 which must have real entries in a library for bindings.
Diffstat (limited to 'c/src/exec/rtems/src/Makefile.in')
-rw-r--r--c/src/exec/rtems/src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/rtems/src/Makefile.in b/c/src/exec/rtems/src/Makefile.in
index 99a7fa75cd..73395f1721 100644
--- a/c/src/exec/rtems/src/Makefile.in
+++ b/c/src/exec/rtems/src/Makefile.in
@@ -7,7 +7,7 @@ srcdir = @srcdir@
top_srcdir = @top_srcdir@
VPATH=@srcdir@
-C_PIECES=clock dpmem event eventmp intr mp msg msgmp \
+C_PIECES=attr clock dpmem event eventmp intr intrbody mp msg msgmp \
part partmp ratemon region regionmp sem semmp signal signalmp \
taskmp tasks timer
C_FILES=$(C_PIECES:%=%.c)