esp-idf/components/ethernet/CMakeLists.txt

13 lines
375 B
CMake
Raw Normal View History

2018-09-10 21:44:12 -04:00
set(COMPONENT_SRCS "emac_dev.c"
"emac_main.c"
"eth_phy/phy_common.c"
"eth_phy/phy_lan8720.c"
"eth_phy/phy_tlk110.c"
"eth_phy/phy_ip101.c")
set(COMPONENT_ADD_INCLUDEDIRS "include")
set(COMPONENT_REQUIRES)
2018-10-26 01:14:19 -04:00
set(COMPONENT_PRIV_REQUIRES tcpip_adapter esp_event)
register_component()