blob: 97856919b682f29912a8fcb56af0dc5dd8e259e6 [file] [log] [blame]
zephyr_library()
zephyr_library_sources_ifdef(CONFIG_NET_BUF buf.c)
zephyr_library_sources_ifdef(CONFIG_NET_HOSTNAME_ENABLE hostname.c)
if(CONFIG_NETWORKING)
if(CONFIG_NET_L2_RAW_CHANNEL)
zephyr_library_sources(ip/net_pkt.c)
else()
add_subdirectory(ip)
endif()
endif()
add_subdirectory(lib)