build: Remove the empty variable assignment

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2020-05-21 18:23:42 +08:00
committed by patacongo
parent 1caf21b187
commit 23668a4b9b
523 changed files with 6 additions and 837 deletions
+1 -15
View File
@@ -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