summaryrefslogtreecommitdiff
path: root/nuttx/lib/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-12-11 14:23:58 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-12-11 14:23:58 +0000
commit795f8ff4f8135c5daf68a52ebadcef61b63be04d (patch)
treee08dea0e5eed207251ae305592a6f8574680f32a /nuttx/lib/Makefile
parent9c81bf82b87643248822226421882002051d2efb (diff)
downloadpx4-nuttx-795f8ff4f8135c5daf68a52ebadcef61b63be04d.tar.gz
px4-nuttx-795f8ff4f8135c5daf68a52ebadcef61b63be04d.tar.bz2
px4-nuttx-795f8ff4f8135c5daf68a52ebadcef61b63be04d.zip
Add ether_ntoa() and inet_ntoa()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@440 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/lib/Makefile')
-rw-r--r--nuttx/lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/lib/Makefile b/nuttx/lib/Makefile
index 5e9db3e6a..1ea90971b 100644
--- a/nuttx/lib/Makefile
+++ b/nuttx/lib/Makefile
@@ -71,7 +71,7 @@ MATH_SRCS = lib_rint.c
UNISTD_SRCS = lib_getopt.c
-NET_SRCS = lib_htons.c lib_htonl.c
+NET_SRCS = lib_htons.c lib_htonl.c lib_inetntoa.c lib_etherntoa.c
LIBGEN_SRCS = lib_basename.c lib_dirname.c