summaryrefslogtreecommitdiff
path: root/nuttx/net/route
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/route
parentc15dc671bc31bcf3ed6374f8339d9c170a9a82e5 (diff)
downloadpx4-nuttx-469ef047adbea4d5ef72f90a36da7035d9602826.tar.gz
px4-nuttx-469ef047adbea4d5ef72f90a36da7035d9602826.tar.bz2
px4-nuttx-469ef047adbea4d5ef72f90a36da7035d9602826.zip
NET: Create net/sockets directory and hook into the build/configuration system
Diffstat (limited to 'nuttx/net/route')
-rw-r--r--nuttx/net/route/Make.defs2
1 files changed, 0 insertions, 2 deletions
diff --git a/nuttx/net/route/Make.defs b/nuttx/net/route/Make.defs
index 1f6eef3a0..5cbdc8bf7 100644
--- a/nuttx/net/route/Make.defs
+++ b/nuttx/net/route/Make.defs
@@ -33,7 +33,6 @@
#
############################################################################
-ifeq ($(CONFIG_NET),y)
ifeq ($(CONFIG_NET_ROUTE),y)
# Routing table support
@@ -47,4 +46,3 @@ DEPPATH += --dep-path route
VPATH += :route
endif
-endif