summaryrefslogtreecommitdiff
path: root/nuttx/configs/ez80f910200kitg
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-02-07 02:46:14 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-02-07 02:46:14 +0000
commit45fe3f79433403d54626d830d2f0932e0af57f2d (patch)
treebde80e579237686941d9bb86a3c874d45e8b38a8 /nuttx/configs/ez80f910200kitg
parent013721830aa3d28dcdc1002ecc680954670d35cf (diff)
downloadpx4-nuttx-45fe3f79433403d54626d830d2f0932e0af57f2d.tar.gz
px4-nuttx-45fe3f79433403d54626d830d2f0932e0af57f2d.tar.bz2
px4-nuttx-45fe3f79433403d54626d830d2f0932e0af57f2d.zip
Fix compilation problems with eZ80 targets
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1473 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/ez80f910200kitg')
-rw-r--r--nuttx/configs/ez80f910200kitg/ostest/Make.defs1
1 files changed, 0 insertions, 1 deletions
diff --git a/nuttx/configs/ez80f910200kitg/ostest/Make.defs b/nuttx/configs/ez80f910200kitg/ostest/Make.defs
index 83ae3abf8..c7fcf2f4e 100644
--- a/nuttx/configs/ez80f910200kitg/ostest/Make.defs
+++ b/nuttx/configs/ez80f910200kitg/ostest/Make.defs
@@ -147,7 +147,6 @@ endef
define ASSEMBLE
@#echo "AS: $1"
- @$(AS) -c $(AFLAGS) $1
@(wfile=`cygpath -w $1`; $(AS) $(AFLAGS) $$wfile)
endef