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

Unified Diff: target/stm32746g-eval2/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 | « target/stm32746g-eval2/init.c ('k') | target/stm32746g-eval2/sdram.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: target/stm32746g-eval2/rules.mk
diff --git a/target/stm32746g-eval2/rules.mk b/target/stm32746g-eval2/rules.mk
index b23b2d0d759b8a99215982afb191a9270758be59..739118b64e44fd6df246d8fadd1faef77ac82930 100644
--- a/target/stm32746g-eval2/rules.mk
+++ b/target/stm32746g-eval2/rules.mk
@@ -40,7 +40,6 @@ GLOBAL_INCLUDES += $(LOCAL_DIR)/include
MODULE_SRCS += \
$(LOCAL_DIR)/init.c \
$(LOCAL_DIR)/lcd.c \
- $(LOCAL_DIR)/sdram.c \
$(LOCAL_DIR)/sram.c
MODULE_DEPS += \
« no previous file with comments | « target/stm32746g-eval2/init.c ('k') | target/stm32746g-eval2/sdram.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698