summaryrefslogtreecommitdiff
path: root/nuttx/configs/xtrs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-02-18 14:20:19 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-02-18 14:20:19 +0000
commitf228329fa0ebcca753a3609ece42220b7d52dda4 (patch)
treefe1f57dad19724c0549776186cad794014eab36c /nuttx/configs/xtrs
parent33bf749d6ef688be1be75b172f21bd6c16a8ac35 (diff)
downloadpx4-nuttx-f228329fa0ebcca753a3609ece42220b7d52dda4.tar.gz
px4-nuttx-f228329fa0ebcca753a3609ece42220b7d52dda4.tar.bz2
px4-nuttx-f228329fa0ebcca753a3609ece42220b7d52dda4.zip
xtrs port: generation of executable. Patch 1895239
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@702 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/xtrs')
-rw-r--r--nuttx/configs/xtrs/nsh/Make.defs2
-rw-r--r--nuttx/configs/xtrs/ostest/Make.defs2
-rw-r--r--nuttx/configs/xtrs/pashello/Make.defs2
3 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/configs/xtrs/nsh/Make.defs b/nuttx/configs/xtrs/nsh/Make.defs
index 92d1e3738..1c582dffb 100644
--- a/nuttx/configs/xtrs/nsh/Make.defs
+++ b/nuttx/configs/xtrs/nsh/Make.defs
@@ -65,7 +65,7 @@ SDCCLIB = z80.lib
ASMEXT = .asm
OBJEXT = .o
LIBEXT = .lib
-EXEEXT = .hex
+EXEEXT = .CMD
define COMPILE
@echo "CC: $1"
diff --git a/nuttx/configs/xtrs/ostest/Make.defs b/nuttx/configs/xtrs/ostest/Make.defs
index 48bae8743..47de3f0ee 100644
--- a/nuttx/configs/xtrs/ostest/Make.defs
+++ b/nuttx/configs/xtrs/ostest/Make.defs
@@ -65,7 +65,7 @@ SDCCLIB = z80.lib
ASMEXT = .asm
OBJEXT = .o
LIBEXT = .lib
-EXEEXT = .hex
+EXEEXT = .CMD
define COMPILE
@echo "CC: $1"
diff --git a/nuttx/configs/xtrs/pashello/Make.defs b/nuttx/configs/xtrs/pashello/Make.defs
index 48bae8743..47de3f0ee 100644
--- a/nuttx/configs/xtrs/pashello/Make.defs
+++ b/nuttx/configs/xtrs/pashello/Make.defs
@@ -65,7 +65,7 @@ SDCCLIB = z80.lib
ASMEXT = .asm
OBJEXT = .o
LIBEXT = .lib
-EXEEXT = .hex
+EXEEXT = .CMD
define COMPILE
@echo "CC: $1"