summaryrefslogtreecommitdiff
path: root/nuttx/configs/ubw32
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/ubw32
parentc0a6b140715e535b2589f411419561cbd0f2b30c (diff)
downloadpx4-nuttx-fd8511c5781282f2ac7f5478f36b446e2518a92e.tar.gz
px4-nuttx-fd8511c5781282f2ac7f5478f36b446e2518a92e.tar.bz2
px4-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/ubw32')
-rw-r--r--nuttx/configs/ubw32/nsh/Make.defs2
-rw-r--r--nuttx/configs/ubw32/ostest/Make.defs2
2 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/ubw32/nsh/Make.defs b/nuttx/configs/ubw32/nsh/Make.defs
index 07a966446..0f034825a 100644
--- a/nuttx/configs/ubw32/nsh/Make.defs
+++ b/nuttx/configs/ubw32/nsh/Make.defs
@@ -98,7 +98,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
diff --git a/nuttx/configs/ubw32/ostest/Make.defs b/nuttx/configs/ubw32/ostest/Make.defs
index 4f2971768..143ab7b9c 100644
--- a/nuttx/configs/ubw32/ostest/Make.defs
+++ b/nuttx/configs/ubw32/ostest/Make.defs
@@ -98,7 +98,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