STM32F7: Fix Make.defs. Would not work if only SDMMC2 were enabled.

This commit is contained in:
Gregory Nutt
2016-11-07 09:37:22 -06:00
parent eb9a8ed790
commit 3cb1e0e67f
+1 -1
View File
@@ -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