2018-03-28 22:05:01 +08:00
|
|
|
zephyr_library_include_directories(${ZEPHYR_BASE}/subsys/net/ip/l2)
|
|
|
|
|
2017-10-27 21:43:34 +08:00
|
|
|
zephyr_sources_ifdef(CONFIG_ETH_SAM_GMAC
|
|
|
|
eth_sam_gmac.c
|
|
|
|
phy_sam_gmac.c
|
|
|
|
)
|
|
|
|
zephyr_sources_ifdef(CONFIG_ETH_DW eth_dw.c)
|
|
|
|
zephyr_sources_ifdef(CONFIG_ETH_ENC28J60 eth_enc28j60.c)
|
|
|
|
zephyr_sources_ifdef(CONFIG_ETH_MCUX eth_mcux.c)
|
|
|
|
zephyr_sources_ifdef(CONFIG_ETH_STM32_HAL eth_stm32_hal.c)
|
2018-02-21 22:18:35 +08:00
|
|
|
zephyr_sources_ifdef(CONFIG_ETH_NATIVE_POSIX
|
|
|
|
eth_native_posix.c
|
|
|
|
eth_native_posix_adapt.c
|
|
|
|
)
|