Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(124)

Unified Diff: platform/stm32f7xx/rules.mk

Issue 1324223002: move stmf7 sdram code to /platform (Closed) Base URL: https://github.com/travisg/lk.git@master
Patch Set: review fixes Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « platform/stm32f7xx/include/platform/sdram.h ('k') | platform/stm32f7xx/sdram.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « platform/stm32f7xx/include/platform/sdram.h ('k') | platform/stm32f7xx/sdram.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698