From ce57509cbd075f55a682c6b8730f1440b03ddf0c Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 16 Jun 2009 13:34:35 +0000 Subject: 2009-06-16 Joel Sherrill * include/rtems/bspIo.h, libcsupport/Makefile.am: Add putk(). * libcsupport/src/putk.c: New file. --- cpukit/libcsupport/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/libcsupport/Makefile.am') diff --git a/cpukit/libcsupport/Makefile.am b/cpukit/libcsupport/Makefile.am index ec01a12946..059cb70a46 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/vprintk.c \ + src/printk_plugin.c src/putk.c src/vprintk.c \ $(BSD_LIBC_C_FILES) $(BASE_FS_C_FILES) $(MALLOC_C_FILES) \ $(ERROR_C_FILES) $(ASSOCIATION_C_FILES) -- cgit v1.2.3