summaryrefslogtreecommitdiff
path: root/nuttx/configs/micropendous3
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-15 18:33:18 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-15 18:33:18 +0000
commitfd8511c5781282f2ac7f5478f36b446e2518a92e (patch)
tree36595689475c151ac0405900518d74dc8683d695 /nuttx/configs/micropendous3
parentc0a6b140715e535b2589f411419561cbd0f2b30c (diff)
downloadnuttx-fd8511c5781282f2ac7f5478f36b446e2518a92e.tar.gz
nuttx-fd8511c5781282f2ac7f5478f36b446e2518a92e.tar.bz2
nuttx-fd8511c5781282f2ac7f5478f36b446e2518a92e.zip
More changes for Mike
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5357 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/micropendous3')
-rw-r--r--nuttx/configs/micropendous3/hello/Make.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/micropendous3/hello/Make.defs b/nuttx/configs/micropendous3/hello/Make.defs
index bd48d79c9..69073bb43 100644
--- a/nuttx/configs/micropendous3/hello/Make.defs
+++ b/nuttx/configs/micropendous3/hello/Make.defs
@@ -88,7 +88,7 @@ NM = $(CROSSDEV)nm
OBJCOPY = $(CROSSDEV)objcopy
OBJDUMP = $(CROSSDEV)objdump
-ifeq ("${CONFIG_DEBUG_SYMBOLS}","y")
+ifeq ($(CONFIG_DEBUG_SYMBOLS),y)
ARCHOPTIMIZATION = -g
else
ARCHOPTIMIZATION = $(MAXOPTIMIZATION) -fno-strict-aliasing -fno-strength-reduce -fomit-frame-pointer