mirror of
https://github.com/apache/nuttx.git
synced 2026-06-02 09:38:37 +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
|
CHIP_CSRCS += stm32_spi.c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(CONFIG_STM32F7_SDMMC1),y)
|
ifeq ($(CONFIG_STM32F7_SDMMC),y)
|
||||||
CHIP_CSRCS += stm32_sdmmc.c
|
CHIP_CSRCS += stm32_sdmmc.c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user