blob: fc1381307592869801bc76dbe56a4ec9637ca7ec [file] [log] [blame]
# SPDX-License-Identifier: Apache-2.0
if (CONFIG_SD_STACK)
zephyr_interface_library_named(SD)
zephyr_library()
zephyr_library_sources(sd.c sd_ops.c)
zephyr_library_sources_ifdef(CONFIG_SDMMC_STACK sdmmc.c)
zephyr_library_sources_ifdef(CONFIG_SDIO_STACK sdio.c)
endif()