summaryrefslogtreecommitdiff
path: root/nuttx/net/iob/Make.defs
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-06-28 16:41:55 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-06-28 16:41:55 -0600
commit469ef047adbea4d5ef72f90a36da7035d9602826 (patch)
tree09170fe91b00db6174e263c76a262a9e0a536672 /nuttx/net/iob/Make.defs
parentc15dc671bc31bcf3ed6374f8339d9c170a9a82e5 (diff)
downloadnuttx-469ef047adbea4d5ef72f90a36da7035d9602826.tar.gz
nuttx-469ef047adbea4d5ef72f90a36da7035d9602826.tar.bz2
nuttx-469ef047adbea4d5ef72f90a36da7035d9602826.zip
NET: Create net/sockets directory and hook into the build/configuration system
Diffstat (limited to 'nuttx/net/iob/Make.defs')
-rw-r--r--nuttx/net/iob/Make.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/net/iob/Make.defs b/nuttx/net/iob/Make.defs
index 6366220e7..dc7eb5fec 100644
--- a/nuttx/net/iob/Make.defs
+++ b/nuttx/net/iob/Make.defs
@@ -35,7 +35,7 @@
ifeq ($(CONFIG_NET_IOB),y)
-# Include IOB src files
+# Include IOB source files
NET_CSRCS += iob_add_queue.c iob_alloc.c iob_alloc_qentry.c iob_clone.c
NET_CSRCS += iob_concat.c iob_copyin.c iob_copyout.c iob_contig.c iob_free.c