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
-3
View File
@@ -33,8 +33,6 @@
#
############################################################################
ifeq ($(CONFIG_NET),y)
# ARP supported is not provided for SLIP (Ethernet only)
ifneq ($(CONFIG_NET_SLIP),y)
@@ -46,4 +44,3 @@ DEPPATH += --dep-path arp
VPATH += :arp
endif
endif