2018-09-11 09:44:12 +08: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")
|
2018-01-19 16:22:08 +11:00
|
|
|
set(COMPONENT_ADD_INCLUDEDIRS "include")
|
2018-01-12 13:49:13 +11:00
|
|
|
|
2018-03-22 17:27:10 +11:00
|
|
|
set(COMPONENT_REQUIRES)
|
2018-10-26 13:14:19 +08:00
|
|
|
set(COMPONENT_PRIV_REQUIRES tcpip_adapter esp_event)
|
2018-03-22 17:27:10 +11:00
|
|
|
|
2018-01-12 13:49:13 +11:00
|
|
|
register_component()
|