cmake:complete missing changes during reforming for net

Signed-off-by: xuxin19 <xuxin19@xiaomi.com>
This commit is contained in:
xuxin19
2023-09-13 17:35:54 +08:00
committed by Xiang Xiao
parent dcadd87919
commit 7a9d3c03e4
4 changed files with 19 additions and 11 deletions
+4
View File
@@ -22,6 +22,10 @@ if(CONFIG_NET_ICMP AND NOT CONFIG_NET_ICMP_NO_STACK)
# ICMP source files
set(SRCS icmp_input.c icmp_reply.c)
if(NOT "${CONFIG_NET_ICMP_PMTU_ENTRIES}" STREQUAL "0")
list(APPEND SRCS icmp_pmtu.c)
endif()
if(CONFIG_NET_ICMP_SOCKET)
list(
APPEND