summaryrefslogtreecommitdiff
path: root/nuttx/configs/ea3152/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/ea3152/src/Makefile')
-rw-r--r--nuttx/configs/ea3152/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/ea3152/src/Makefile b/nuttx/configs/ea3152/src/Makefile
index cb945f5aa..c184838d5 100644
--- a/nuttx/configs/ea3152/src/Makefile
+++ b/nuttx/configs/ea3152/src/Makefile
@@ -44,7 +44,7 @@ CSRCS = up_boot.c up_clkinit.c
ifeq ($(CONFIG_ARCH_BUTTONS),y)
CSRCS += up_buttons.c
endif
-ifeq ($(CONFIG_LPC31_EXTSDRAM),y)
+ifeq ($(CONFIG_ARCH_EXTDRAM),y)
CSRCS += up_mem.c
endif
ifeq ($(CONFIG_ARCH_LEDS),y)