summaryrefslogtreecommitdiff
path: root/nuttx/lib/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-03-05 20:38:39 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-03-05 20:38:39 +0000
commit36be54817fe1d8879f26b7f0e1797e8ba23e8a0f (patch)
treedcb1e1716e40880ec68883fdc0a50123eea77293 /nuttx/lib/Makefile
parent152b278e70541d86a06e76c25f37c9588526c6fa (diff)
downloadpx4-nuttx-36be54817fe1d8879f26b7f0e1797e8ba23e8a0f.tar.gz
px4-nuttx-36be54817fe1d8879f26b7f0e1797e8ba23e8a0f.tar.bz2
px4-nuttx-36be54817fe1d8879f26b7f0e1797e8ba23e8a0f.zip
Re-design vsprintf so that it does not use so much stack; handle 8051's 2-byte generic pointers.
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@38 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/lib/Makefile')
-rw-r--r--nuttx/lib/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/lib/Makefile b/nuttx/lib/Makefile
index 5e1c564bb..2189db7a5 100644
--- a/nuttx/lib/Makefile
+++ b/nuttx/lib/Makefile
@@ -52,7 +52,8 @@ STDIO_SRCS = lib_fopen.c lib_fclose.c \
lib_ungetc.c \
lib_printf.c lib_vprintf.c lib_fprintf.c lib_rawprintf.c lib_lowprintf.c \
lib_vfprintf.c lib_sprintf.c lib_libsprintf.c lib_vsprintf.c \
- lib_libvsprintf.c lib_stdstream.c lib_memstream.c lib_rawstream.c lib_lowstream.c \
+ lib_libvsprintf.c lib_stdstream.c lib_memstream.c \
+ lib_rawstream.c lib_lowstream.c lib_nullstream.c \
lib_sscanf.c
STDLIB_SRCS = lib_getenv.c lib_rand.c
MATH_SRCS = lib_rint.c