NET: Create net/sockets directory and hook into the build/configuration system

This commit is contained in:
Gregory Nutt
2014-06-28 16:41:55 -06:00
parent 0443aa9947
commit 64c8dba8c4
15 changed files with 115 additions and 96 deletions
-4
View File
@@ -33,8 +33,6 @@
#
############################################################################
ifeq ($(CONFIG_NET),y)
# ICMP source files
ifeq ($(CONFIG_NET_ICMP),y)
@@ -54,5 +52,3 @@ endif
DEPPATH += --dep-path icmp
VPATH += :icmp
endif