cmake: add missing arp_acd.c file

This commit is contained in:
raiden00pl 2024-06-01 10:10:49 +02:00 committed by Alan Carvalho de Assis
parent b01e8b1b6e
commit c09f7f7864
1 changed files with 4 additions and 0 deletions

View File

@ -33,5 +33,9 @@ if(CONFIG_NET_ARP)
list(APPEND SRCS arp_dump.c)
endif()
if(CONFIG_NET_ARP_ACD)
list(APPEND SRCS arp_acd.c)
endif()
target_sources(net PRIVATE ${SRCS})
endif()