summaryrefslogtreecommitdiffstats
path: root/nuttx/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2011-03-09 03:41:34 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2011-03-09 03:41:34 +0000
commitd550dd0865c9f89bc3148ba2e5f6650395b54e23 (patch)
tree00979258f162a1f1c8e81ab2c0cff16c350994ef /nuttx/Makefile
parent116b57da4ae274f30274363f36837dd4eb66cf68 (diff)
#warning removal
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@3355 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/Makefile')
-rw-r--r--nuttx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/Makefile b/nuttx/Makefile
index 00a7c60b16..231173a21b 100644
--- a/nuttx/Makefile
+++ b/nuttx/Makefile
@@ -314,7 +314,7 @@ endif
# DOWNLOAD command is not defined in platform Make.defs file.
download: $(BIN)
- $(call DOWNLOAD, $@)
+ $(call DOWNLOAD, $<)
depend:
@for dir in $(MAKEDIRS) ; do \