aboutsummaryrefslogtreecommitdiff
path: root/nuttx/arch/z16/src/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-14 15:55:07 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-14 15:55:07 +0000
commit7213ccf4de665ee7f1cd215ebee3f85787b6cd5f (patch)
treeae0d6313e5df1e26bb657c913b105b20aba92420 /nuttx/arch/z16/src/Makefile
parent81caf90b8d140d580a969a07f0659a9a32f8624f (diff)
downloadpx4-firmware-7213ccf4de665ee7f1cd215ebee3f85787b6cd5f.tar.gz
px4-firmware-7213ccf4de665ee7f1cd215ebee3f85787b6cd5f.tar.bz2
px4-firmware-7213ccf4de665ee7f1cd215ebee3f85787b6cd5f.zip
More native build fixes -- still problems in apps/ directory
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5352 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/z16/src/Makefile')
-rw-r--r--nuttx/arch/z16/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/z16/src/Makefile b/nuttx/arch/z16/src/Makefile
index f2d09e14f..3e2f487ff 100644
--- a/nuttx/arch/z16/src/Makefile
+++ b/nuttx/arch/z16/src/Makefile
@@ -109,7 +109,7 @@ nuttx.linkcmd:
endif
nuttx$(EXEEXT): $(HEAD_OBJ) board/libboard$(LIBEXT) nuttx.linkcmd
- @echo "LD: nuttx.hex"
+ @echo "LD: nuttx$(EXEEXT)"
@$(LD) $(LDFLAGS)
.depend: Makefile chip/Make.defs $(DEPSRCS)