1if(CONFIG_IEEE802154_MCR20A)
2  zephyr_include_directories(mcr20a)
3endif()
4
5if(CONFIG_ETH_MCUX)
6  zephyr_include_directories(phyksz8081)
7endif()
8
9zephyr_library_sources_ifdef(CONFIG_ETH_MCUX phyksz8081/fsl_phy.c)
10