netif require vfs

This commit is contained in:
Nicola Lunghi 2018-05-24 15:29:28 +01:00 committed by Angus Gratton
parent 580cfeaaae
commit 2f433e4342

View file

@ -16,7 +16,7 @@ set(COMPONENT_SRCDIRS
${LWIP_PPP_DIRS} netif
port/freertos port/netif port/debug port)
set(COMPONENT_REQUIRES "")
set(COMPONENT_REQUIRES vfs)
set(COMPONENT_PRIV_REQUIRES ethernet tcpip_adapter)
register_component()