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)
# Support for operations on network devices
NETDEV_CSRCS += netdev_register.c netdev_ioctl.c net_poll.c netdev_txnotify.c
@@ -50,5 +48,3 @@ endif
DEPPATH += --dep-path netdev
VPATH += :netdev
endif # CONFIG_NET