113f868ddf
The MDIO driver is required to for ESP32 Ethernet Signed-off-by: Grant Ramsay <grant.ramsay@hotmail.com>
8 lines
244 B
CMake
8 lines
244 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
zephyr_library()
|
|
|
|
zephyr_library_sources_ifdef(CONFIG_MDIO_SHELL mdio_shell.c)
|
|
zephyr_library_sources_ifdef(CONFIG_MDIO_ATMEL_SAM mdio_sam.c)
|
|
zephyr_library_sources_ifdef(CONFIG_MDIO_ESP32 mdio_esp32.c)
|