aboutsummaryrefslogtreecommitdiff
path: root/nuttx/arch/sim/src/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-15 17:43:29 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-15 17:43:29 +0000
commit2581506dfb1861f909fb99c790f2d5b9b7132141 (patch)
tree9e10798e704b0b98879109bfc8234a59bfbd2007 /nuttx/arch/sim/src/Makefile
parent5bba2c1508aa4e318de64cbaee58a12876745a97 (diff)
downloadpx4-firmware-2581506dfb1861f909fb99c790f2d5b9b7132141.tar.gz
px4-firmware-2581506dfb1861f909fb99c790f2d5b9b7132141.tar.bz2
px4-firmware-2581506dfb1861f909fb99c790f2d5b9b7132141.zip
Move some (hopefully) un-necessary quotes in Makefiles for Mike
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5356 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/sim/src/Makefile')
-rw-r--r--nuttx/arch/sim/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/sim/src/Makefile b/nuttx/arch/sim/src/Makefile
index d46defe13..a5d6100a3 100644
--- a/nuttx/arch/sim/src/Makefile
+++ b/nuttx/arch/sim/src/Makefile
@@ -155,7 +155,7 @@ $(HOSTOBJS): %$(OBJEXT): %.c
# The architecture-specific library
libarch$(LIBEXT): $(NUTTXOBJS)
- $(call ARCHIVE, $@, "$(NUTTXOBJS)")
+ $(call ARCHIVE, $@, $(NUTTXOBJS))
# The "board"-specific library. Of course, there really are no boards in
# the simulation. However, this is a good place to keep parts of the simulation