summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-05-15 15:02:43 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-05-15 15:02:43 +0000
commit7bd0dbc385ae19569fe3a5a1eebde201400138cd (patch)
tree714ec10d8a301628d0575af393a5426cdcb23aeb /cpukit/libcsupport/Makefile.am
parent2009-05-15 Sebastian Huber <sebastian.huber@embedded-brains.de> (diff)
downloadrtems-7bd0dbc385ae19569fe3a5a1eebde201400138cd.tar.bz2
2009-05-15 Joel Sherrill <joel.sherrill@OARcorp.com>
* libcsupport/Makefile.am, libcsupport/src/printk.c: Restructure to make analysis and coverage easier. Now 100% covered. * libcsupport/src/vprintk.c: New file.
Diffstat (limited to '')
-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 d9418100ef..ec01a12946 100644
--- a/cpukit/libcsupport/Makefile.am
+++ b/cpukit/libcsupport/Makefile.am
@@ -109,7 +109,7 @@ LIBC_GLUE_C_FILES = src/__getpid.c src/__gettod.c src/__times.c \
BSD_LIBC_C_FILES = src/strlcpy.c src/strlcat.c
libcsupport_a_SOURCES = src/gxx_wrappers.c src/getchark.c src/printk.c \
- src/printk_plugin.c \
+ src/printk_plugin.c src/vprintk.c \
$(BSD_LIBC_C_FILES) $(BASE_FS_C_FILES) $(MALLOC_C_FILES) \
$(ERROR_C_FILES) $(ASSOCIATION_C_FILES)