mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 13:13:08 +08:00
drivers/mmcsd: Aligned Cmake with Make
Add: - sdio.c #5155 Signed-off-by: simbit18 <simbit18@gmail.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user