mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 19:36:35 +08:00
cmake:complete missing changes during reforming for net
Signed-off-by: xuxin19 <xuxin19@xiaomi.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user