From a97117169520c90136eaebc6af8a3c607ad28710 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 17 Feb 2019 16:07:54 -0600 Subject: [PATCH] libs/libc/stdio/Make.defs: Make that else, not #else. --- libs/libc/stdio/Make.defs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/libc/stdio/Make.defs b/libs/libc/stdio/Make.defs index 2f8c514376c..c18e2dee8d4 100644 --- a/libs/libc/stdio/Make.defs +++ b/libs/libc/stdio/Make.defs @@ -52,7 +52,7 @@ ifeq ($(CONFIG_LIBC_FLOATINGPOINT),y) CSRCS += legacy_dtoa.c endif -#else +else CSRCS += lib_libvsprintf.c lib_ultoa_invert.c ifeq ($(CONFIG_LIBC_FLOATINGPOINT),y)