mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
build: Remove the empty variable assignment
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
+1
-15
@@ -39,21 +39,7 @@ ifeq ($(CONFIG_NET),y)
|
||||
|
||||
# Basic networking support
|
||||
|
||||
NET_ASRCS =
|
||||
NET_CSRCS = net_initialize.c
|
||||
|
||||
# Socket support
|
||||
|
||||
SOCK_ASRCS =
|
||||
SOCK_CSRCS =
|
||||
|
||||
# Support for operations on network devices
|
||||
|
||||
NETDEV_ASRCS =
|
||||
NETDEV_CSRCS =
|
||||
|
||||
VPATH =
|
||||
DEPPATH = --dep-path .
|
||||
NET_CSRCS = net_initialize.c
|
||||
|
||||
include socket/Make.defs
|
||||
include inet/Make.defs
|
||||
|
||||
Reference in New Issue
Block a user