summaryrefslogtreecommitdiffstats
path: root/c/src/exec/sapi/src/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-05-17 22:16:52 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-05-17 22:16:52 +0000
commit2f831ac1feb4c9a318000ab34f596bc676953770 (patch)
tree9c6b4466de17a43bc48b8d4212eebe902814a5f8 /c/src/exec/sapi/src/Makefile.in
parentAdded simple test to find minimum code size of executive with this BSP (diff)
downloadrtems-2f831ac1feb4c9a318000ab34f596bc676953770.tar.bz2
Moved _Entry_Table to its own file to avoid having every RTEMS directive
pulled in.
Diffstat (limited to 'c/src/exec/sapi/src/Makefile.in')
-rw-r--r--c/src/exec/sapi/src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/sapi/src/Makefile.in b/c/src/exec/sapi/src/Makefile.in
index 7431b2cf7e..93aedc4884 100644
--- a/c/src/exec/sapi/src/Makefile.in
+++ b/c/src/exec/sapi/src/Makefile.in
@@ -15,7 +15,7 @@ PROJECT_ROOT = @PROJECT_ROOT@
VPATH = @srcdir@
-C_PIECES= debug extension fatal exinit io posixapi rtemsapi
+C_PIECES= debug entrytable extension fatal exinit io posixapi rtemsapi
C_FILES=$(C_PIECES:%=%.c)
C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)