From 86a07ffac1f02fc2071f3df9e0dea0c3c4ce0297 Mon Sep 17 00:00:00 2001 From: simbit18 <101105604+simbit18@users.noreply.github.com> Date: Sat, 6 Dec 2025 17:01:01 +0100 Subject: [PATCH] drivers/mmcsd: Aligned Cmake with Make Add: - sdio.c #5155 Signed-off-by: simbit18 --- drivers/mmcsd/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mmcsd/CMakeLists.txt b/drivers/mmcsd/CMakeLists.txt index 5728f7046f1..7aece349ea7 100644 --- a/drivers/mmcsd/CMakeLists.txt +++ b/drivers/mmcsd/CMakeLists.txt @@ -26,7 +26,7 @@ if(CONFIG_MMCSD) # Include MMC/SD drivers if(CONFIG_MMCSD_SDIO) - list(APPEND SRCS mmcsd_sdio.c) + list(APPEND SRCS mmcsd_sdio.c sdio.c) endif() if(CONFIG_MMCSD_SPI)