| Index: platform/stm32f7xx/rules.mk
|
| diff --git a/platform/stm32f7xx/rules.mk b/platform/stm32f7xx/rules.mk
|
| index 8bed267d2bf82391f1cc686118e71baa06dbe1ed..4cbe5520e7e4c53050355b8ec77085e2d3dada35 100644
|
| --- a/platform/stm32f7xx/rules.mk
|
| +++ b/platform/stm32f7xx/rules.mk
|
| @@ -38,6 +38,7 @@ MODULE_SRCS += \
|
| $(LOCAL_DIR)/timer.c \
|
| $(LOCAL_DIR)/uart.c \
|
| $(LOCAL_DIR)/vectab.c \
|
| + $(LOCAL_DIR)/sdram.c \
|
|
|
| # use a two segment memory layout, where all of the read-only sections
|
| # of the binary reside in rom, and the read/write are in memory. The
|
|
|