summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-03-28 18:58:12 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-03-28 18:58:12 +0000
commit4fbd8f7aa9b597829874c51cc846d95b5181f80d (patch)
tree1ea90f410d8fac4f2d5f7f51177a8b54b1bc4fbc /cpukit/libcsupport/Makefile.am
parent2007-03-28 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-4fbd8f7aa9b597829874c51cc846d95b5181f80d.tar.bz2
2007-03-28 Joel Sherrill <joel@OARcorp.com>
PR 1234/cpukit * libcsupport/Makefile.am: Provide printk() based implementation of __assert() to reduce dependencies in executables. * libcsupport/src/__assert.c: New file.
Diffstat (limited to 'cpukit/libcsupport/Makefile.am')
-rw-r--r--cpukit/libcsupport/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libcsupport/Makefile.am b/cpukit/libcsupport/Makefile.am
index e91b7927da..add1f50e63 100644
--- a/cpukit/libcsupport/Makefile.am
+++ b/cpukit/libcsupport/Makefile.am
@@ -33,7 +33,7 @@ include_rtems_zilog_HEADERS = include/zilog/z8036.h include/zilog/z8530.h \
include/zilog/z8536.h
## General stuff
-ERROR_C_FILES = src/error.c
+ERROR_C_FILES = src/error.c src/__assert.c
ASSOCIATION_C_FILES = src/assoc.c src/assoclocalbyname.c \
src/assoclocalbyremotebitfield.c src/assoclocalbyremote.c \