From 469ef047adbea4d5ef72f90a36da7035d9602826 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 28 Jun 2014 16:41:55 -0600 Subject: NET: Create net/sockets directory and hook into the build/configuration system --- nuttx/net/tcp/Make.defs | 3 --- 1 file changed, 3 deletions(-) (limited to 'nuttx/net/tcp') 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 -- cgit v1.2.3