summaryrefslogtreecommitdiff
path: root/nuttx/net/tcp
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/tcp
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/tcp')
-rw-r--r--nuttx/net/tcp/Make.defs3
1 files changed, 0 insertions, 3 deletions
diff --git a/nuttx/net/tcp/Make.defs b/nuttx/net/tcp/Make.defs
index 8660af45f..6870539f3 100644
--- a/nuttx/net/tcp/Make.defs
+++ b/nuttx/net/tcp/Make.defs
@@ -33,8 +33,6 @@
#
############################################################################
-ifeq ($(CONFIG_NET),y)
-
# TCP/IP source files
ifeq ($(CONFIG_NET_TCP),y)
@@ -68,4 +66,3 @@ DEPPATH += --dep-path tcp
VPATH += :tcp
endif # CONFIG_NET_TCP
-endif # CONFIG_NET