summaryrefslogtreecommitdiff
path: root/apps/system/ramtron
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
commitc0a6b140715e535b2589f411419561cbd0f2b30c (patch)
tree9e10798e704b0b98879109bfc8234a59bfbd2007 /apps/system/ramtron
parent6a52576d5c4bc8aebed7f6ac5ab2b7d716350506 (diff)
downloadpx4-nuttx-c0a6b140715e535b2589f411419561cbd0f2b30c.tar.gz
px4-nuttx-c0a6b140715e535b2589f411419561cbd0f2b30c.tar.bz2
px4-nuttx-c0a6b140715e535b2589f411419561cbd0f2b30c.zip
Move some (hopefully) un-necessary quotes in Makefiles for Mike
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5356 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/system/ramtron')
-rw-r--r--apps/system/ramtron/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/system/ramtron/Makefile b/apps/system/ramtron/Makefile
index 41d1e7d45..b300a3711 100644
--- a/apps/system/ramtron/Makefile
+++ b/apps/system/ramtron/Makefile
@@ -88,7 +88,7 @@ $(COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
.built: $(OBJS)
- $(call ARCHIVE, $(BIN), "$(OBJS)")
+ $(call ARCHIVE, $(BIN), $(OBJS))
@touch .built
# Register application