From d5ad8bba56cc3ad2ee16c4adfad592927d93fa2f Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 7 Feb 2009 02:46:14 +0000 Subject: [PATCH] Fix compilation problems with eZ80 targets git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1473 42af7a65-404d-4744-a932-0658087f49c3 --- configs/ez80f910200kitg/ostest/Make.defs | 1 - 1 file changed, 1 deletion(-) diff --git a/configs/ez80f910200kitg/ostest/Make.defs b/configs/ez80f910200kitg/ostest/Make.defs index 83ae3abf8f3..c7fcf2f4e60 100644 --- a/configs/ez80f910200kitg/ostest/Make.defs +++ b/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