mirror of
https://github.com/apache/nuttx.git
synced 2026-05-26 02:36:11 +08:00
NET: Create net/sockets directory and hook into the build/configuration system
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user