2018-09-11 01:44:12 +00:00
|
|
|
set(COMPONENT_SRCS "emac_dev.c"
|
|
|
|
"emac_main.c"
|
|
|
|
"eth_phy/phy_common.c"
|
|
|
|
"eth_phy/phy_lan8720.c"
|
2019-01-28 12:29:58 +00:00
|
|
|
"eth_phy/phy_tlk110.c"
|
|
|
|
"eth_phy/phy_ip101.c")
|
2018-01-19 05:22:08 +00:00
|
|
|
set(COMPONENT_ADD_INCLUDEDIRS "include")
|
2018-01-12 02:49:13 +00:00
|
|
|
|
2018-03-22 06:27:10 +00:00
|
|
|
set(COMPONENT_REQUIRES)
|
2018-10-26 05:14:19 +00:00
|
|
|
set(COMPONENT_PRIV_REQUIRES tcpip_adapter esp_event)
|
2018-03-22 06:27:10 +00:00
|
|
|
|
2018-01-12 02:49:13 +00:00
|
|
|
register_component()
|