aboutsummaryrefslogtreecommitdiff
path: root/nuttx/configs/compal_e99/nsh_highram
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
commit98c0270edecaaca7d0f4ad387cce7c91a4ddbbd9 (patch)
tree36595689475c151ac0405900518d74dc8683d695 /nuttx/configs/compal_e99/nsh_highram
parent2581506dfb1861f909fb99c790f2d5b9b7132141 (diff)
downloadpx4-firmware-98c0270edecaaca7d0f4ad387cce7c91a4ddbbd9.tar.gz
px4-firmware-98c0270edecaaca7d0f4ad387cce7c91a4ddbbd9.tar.bz2
px4-firmware-98c0270edecaaca7d0f4ad387cce7c91a4ddbbd9.zip
More changes for Mike
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5357 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/compal_e99/nsh_highram')
-rw-r--r--nuttx/configs/compal_e99/nsh_highram/Make.defs4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/compal_e99/nsh_highram/Make.defs b/nuttx/configs/compal_e99/nsh_highram/Make.defs
index c5890828f..2d65c2782 100644
--- a/nuttx/configs/compal_e99/nsh_highram/Make.defs
+++ b/nuttx/configs/compal_e99/nsh_highram/Make.defs
@@ -57,7 +57,7 @@ OBJDUMP = $(CROSSDEV)objdump
ARCHCCVERSION = ${shell $(CC) -v 2>&1 | sed -n '/^gcc version/p' | sed -e 's/^gcc version \([0-9\.]\)/\1/g' -e 's/[-\ ].*//g' -e '1q'}
ARCHCCMAJOR = ${shell echo $(ARCHCCVERSION) | cut -d'.' -f1}
-ifeq ("${CONFIG_DEBUG_SYMBOLS}","y")
+ifeq ($(CONFIG_DEBUG_SYMBOLS),y)
ARCHOPTIMIZATION = -g
else
ARCHOPTIMIZATION = -Os -fno-strict-aliasing -fno-strength-reduce \
@@ -91,7 +91,7 @@ OBJEXT = .o
LIBEXT = .a
EXEEXT =
-ifeq ("${CONFIG_DEBUG_SYMBOLS}","y")
+ifeq ($(CONFIG_DEBUG_SYMBOLS),y)
LDFLAGS += -g
endif