mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 06:42:32 +08:00
libs/libc/stdio/Make.defs: lib_dtoa.c is only used in the LIBC_CONFIG_NANO_PRINTF=n case.
This commit is contained in:
@@ -59,6 +59,10 @@ else
|
||||
|
||||
CSRCS += lib_libvsprintf.c
|
||||
|
||||
ifeq ($(CONFIG_LIBC_FLOATINGPOINT),y)
|
||||
CSRCS += lib_dtoa.c
|
||||
endif
|
||||
|
||||
endif
|
||||
|
||||
# The remaining sources files depend upon C streams
|
||||
@@ -89,10 +93,6 @@ endif
|
||||
|
||||
# Other support that depends on specific, configured features.
|
||||
|
||||
ifeq ($(CONFIG_LIBC_FLOATINGPOINT),y)
|
||||
CSRCS += lib_dtoa.c
|
||||
endif
|
||||
|
||||
# Add the stdio directory to the build
|
||||
|
||||
DEPPATH += --dep-path stdio
|
||||
|
||||
Reference in New Issue
Block a user