summaryrefslogtreecommitdiff
path: root/nuttx/lib/stdio/Make.defs
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/lib/stdio/Make.defs')
-rw-r--r--nuttx/lib/stdio/Make.defs4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/lib/stdio/Make.defs b/nuttx/lib/stdio/Make.defs
index 7bffb2340..690c83641 100644
--- a/nuttx/lib/stdio/Make.defs
+++ b/nuttx/lib/stdio/Make.defs
@@ -52,6 +52,10 @@ STDIO_SRCS += lib_fopen.c lib_fclose.c lib_fread.c lib_libfread.c lib_fseek.c \
endif
endif
+ifdef ($(CONFIG_SYSLOG)
+STDIO_SRCS += lib_syslogstream.c
+endif
+
ifeq ($(CONFIG_LIBC_FLOATINGPOINT),y)
STDIO_SRCS += lib_dtoa.c
endif