summaryrefslogtreecommitdiff
path: root/nuttx/configs/z16f2800100zcog/pashello/Make.defs
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/z16f2800100zcog/pashello/Make.defs
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/z16f2800100zcog/pashello/Make.defs')
-rw-r--r--nuttx/configs/z16f2800100zcog/pashello/Make.defs4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/z16f2800100zcog/pashello/Make.defs b/nuttx/configs/z16f2800100zcog/pashello/Make.defs
index 3620ffcbe..e06d1dc0b 100644
--- a/nuttx/configs/z16f2800100zcog/pashello/Make.defs
+++ b/nuttx/configs/z16f2800100zcog/pashello/Make.defs
@@ -73,7 +73,7 @@ EZDSZILOGINCDIR := ${shell echo "$(WZDSZILOGINCDIR)" | sed -e "s/ /%20/g"}
# Assembler definitions
-ifeq ("${CONFIG_DEBUG_SYMBOLS}","y")
+ifeq ($(CONFIG_DEBUG_SYMBOLS),y)
ARCHASMOPTIMIZATION = -debug
else
ARCHASMOPTIMIZATION = -nodebug
@@ -89,7 +89,7 @@ AFLAGS = $(ARCHASMCPUFLAGS) $(ARCHASMINCLUDES) $(ARCHASMLIST) \
# Compiler definitions
-ifeq ("${CONFIG_DEBUG_SYMBOLS}","y")
+ifeq ($(CONFIG_DEBUG_SYMBOLS),y)
ARCHOPTIMIZATION = -debug -NOregvar -reduceopt
else
ARCHOPTIMIZATION = -nodebug -regvar