mirror of
https://github.com/apache/nuttx.git
synced 2026-06-01 07:45:16 +08:00
STM32F7: Fix Make.defs. Would not work if only SDMMC2 were enabled.
This commit is contained in:
@@ -161,7 +161,7 @@ ifeq ($(CONFIG_STM32F7_SPI),y)
|
||||
CHIP_CSRCS += stm32_spi.c
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_STM32F7_SDMMC1),y)
|
||||
ifeq ($(CONFIG_STM32F7_SDMMC),y)
|
||||
CHIP_CSRCS += stm32_sdmmc.c
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user