summaryrefslogtreecommitdiff
path: root/nuttx/configs/ea3131/src/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-12-29 15:31:29 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-12-29 15:31:29 +0000
commit51846872434e33843cea4a86e7d551deefe17118 (patch)
tree5c531d10a9bc1db9716d0e0b13d187219fb14422 /nuttx/configs/ea3131/src/Makefile
parent921354e696e169dbda5f80f2c090837a2453e9c4 (diff)
downloadpx4-nuttx-51846872434e33843cea4a86e7d551deefe17118.tar.gz
px4-nuttx-51846872434e33843cea4a86e7d551deefe17118.tar.bz2
px4-nuttx-51846872434e33843cea4a86e7d551deefe17118.zip
Add SDRAM initialization
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2454 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/ea3131/src/Makefile')
-rwxr-xr-xnuttx/configs/ea3131/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/ea3131/src/Makefile b/nuttx/configs/ea3131/src/Makefile
index a5eaae88a..e4db278f3 100755
--- a/nuttx/configs/ea3131/src/Makefile
+++ b/nuttx/configs/ea3131/src/Makefile
@@ -40,7 +40,7 @@ CFLAGS += -I$(TOPDIR)/sched
ASRCS =
AOBJS = $(ASRCS:.S=$(OBJEXT))
-CSRCS = up_boot.c up_buttons.c up_cgu.c up_leds.c up_spi.c
+CSRCS = up_boot.c up_buttons.c up_cgu.c up_leds.c up_sdram.c up_spi.c
ifeq ($(CONFIG_EXAMPLES_NSH_ARCHINIT),y)
CSRCS += up_nsh.c
endif