summaryrefslogtreecommitdiff
path: root/nuttx/configs/avr32dev1
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-12-20 13:31:00 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-12-20 13:31:00 -0600
commit4e76d8f497985af5b543521736277a0064755730 (patch)
tree22b662a52efcebb9ed49c68233e8beea0350ae75 /nuttx/configs/avr32dev1
parenta94cda2860f4ea87f254966f71307e928ffe9bcb (diff)
downloadnuttx-4e76d8f497985af5b543521736277a0064755730.tar.gz
nuttx-4e76d8f497985af5b543521736277a0064755730.tar.bz2
nuttx-4e76d8f497985af5b543521736277a0064755730.zip
Cosmetic spaces for tabs
Diffstat (limited to 'nuttx/configs/avr32dev1')
-rw-r--r--nuttx/configs/avr32dev1/nsh/Make.defs2
-rw-r--r--nuttx/configs/avr32dev1/ostest/Make.defs2
2 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/avr32dev1/nsh/Make.defs b/nuttx/configs/avr32dev1/nsh/Make.defs
index 57a488187..730a05f88 100644
--- a/nuttx/configs/avr32dev1/nsh/Make.defs
+++ b/nuttx/configs/avr32dev1/nsh/Make.defs
@@ -66,7 +66,7 @@ ARCHCCVERSION = ${shell $(CC) -v 2>&1 | sed -n '/^gcc version/p' | sed -e 's/^gc
ARCHCCMAJOR = ${shell echo $(ARCHCCVERSION) | cut -d'.' -f1}
ifeq ($(CONFIG_DEBUG_SYMBOLS),y)
- ARCHOPTIMIZATION = -g
+ ARCHOPTIMIZATION = -g
endif
ifneq ($(CONFIG_DEBUG_NOOPT),y)
diff --git a/nuttx/configs/avr32dev1/ostest/Make.defs b/nuttx/configs/avr32dev1/ostest/Make.defs
index 08e49ef8c..e231a5753 100644
--- a/nuttx/configs/avr32dev1/ostest/Make.defs
+++ b/nuttx/configs/avr32dev1/ostest/Make.defs
@@ -80,7 +80,7 @@ ARCHCCVERSION = ${shell $(CC) -v 2>&1 | sed -n '/^gcc version/p' | sed -e 's/^gc
ARCHCCMAJOR = ${shell echo $(ARCHCCVERSION) | cut -d'.' -f1}
ifeq ($(CONFIG_DEBUG_SYMBOLS),y)
- ARCHOPTIMIZATION = -g
+ ARCHOPTIMIZATION = -g
endif
ifneq ($(CONFIG_DEBUG_NOOPT),y)