Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
af4a044e6fe174896176e0dea0fa97dd35130cc5
/
.
/
drivers
/
sdhc
/
CMakeLists.txt
blob: 8dbd84bc6bf94325c8ae628c1a11643c10f4aba0 [
file
] [
log
] [
blame
]
# Copyright 2022 NXP
# SPDX-License-Identifier: Apache-2.0
if (CONFIG_SDHC)
zephyr_library()
zephyr_library_sources_ifdef(CONFIG_IMX_USDHC imx_usdhc.c)
zephyr_library_sources_ifdef(CONFIG_SPI_SDHC sdhc_spi.c)
endif()