summaryrefslogtreecommitdiff
path: root/nuttx/libc/stdlib/Make.defs
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-01-16 08:03:26 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-01-16 08:03:26 -0600
commit9364f0d5d4690a108567a124c8c52613eb96307a (patch)
treebdad4bada0cfe9cbc7752625300351acf1f12a29 /nuttx/libc/stdlib/Make.defs
parente48a37b84457b5892b204f7996e3b7ee2f9a3ad1 (diff)
downloadpx4-nuttx-9364f0d5d4690a108567a124c8c52613eb96307a.tar.gz
px4-nuttx-9364f0d5d4690a108567a124c8c52613eb96307a.tar.bz2
px4-nuttx-9364f0d5d4690a108567a124c8c52613eb96307a.zip
Move strol(), stroul(), and friends from libc/string to libc/stdlib where they belong
Diffstat (limited to 'nuttx/libc/stdlib/Make.defs')
-rw-r--r--nuttx/libc/stdlib/Make.defs6
1 files changed, 4 insertions, 2 deletions
diff --git a/nuttx/libc/stdlib/Make.defs b/nuttx/libc/stdlib/Make.defs
index 5d726ba3a..5501ef0c1 100644
--- a/nuttx/libc/stdlib/Make.defs
+++ b/nuttx/libc/stdlib/Make.defs
@@ -35,8 +35,10 @@
# Add the stdlib C files to the build
-CSRCS += lib_abs.c lib_abort.c lib_imaxabs.c lib_itoa.c lib_labs.c \
- lib_llabs.c lib_rand.c lib_qsort.c
+CSRCS += lib_abs.c lib_abort.c lib_imaxabs.c lib_itoa.c lib_labs.c
+CSRCS += lib_llabs.c lib_rand.c lib_qsort.c
+CSRCS += lib_strtol.c lib_strtoll.c lib_strtoul.c lib_strtoull.c
+CSRCS += lib_strtod.c lib_checkbase.c
# Add the stdlib directory to the build