AV-X initial networking support

This commit is contained in:
Daniel Agar
2018-07-13 11:09:29 -04:00
parent 8e563c29cb
commit 56723b2ece
3 changed files with 282 additions and 11 deletions

View File

@@ -63,6 +63,7 @@ list(APPEND nuttx_libs
if (CONFIG_NET)
list(APPEND nuttx_libs nuttx_net)
target_link_libraries(nuttx_fs INTERFACE nuttx_net)
endif()
if (NOT LD_SCRIPT)