summaryrefslogtreecommitdiff
path: root/nuttx/arch/z80
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
commitdc6231eef588c2720267978310154de5ee1c4bf2 (patch)
treeae0d6313e5df1e26bb657c913b105b20aba92420 /nuttx/arch/z80
parent2eecebfb100a560236cb83806b84f7e54be8e4eb (diff)
downloadpx4-nuttx-dc6231eef588c2720267978310154de5ee1c4bf2.tar.gz
px4-nuttx-dc6231eef588c2720267978310154de5ee1c4bf2.tar.bz2
px4-nuttx-dc6231eef588c2720267978310154de5ee1c4bf2.zip
More native build fixes -- still problems in apps/ directory
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5352 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/z80')
-rw-r--r--nuttx/arch/z80/src/Makefile.zdsii2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/z80/src/Makefile.zdsii b/nuttx/arch/z80/src/Makefile.zdsii
index 3a1727aef..93d80d2dd 100644
--- a/nuttx/arch/z80/src/Makefile.zdsii
+++ b/nuttx/arch/z80/src/Makefile.zdsii
@@ -122,7 +122,7 @@ ifeq ($(CONFIG_ARCH_CHIP_EZ80F91),y)
endif
nuttx$(EXEEXT): $(HEAD_OBJ) board/libboard$(LIBEXT) nuttx.linkcmd
- @echo "LD: nuttx.hex"
+ @echo "LD: nuttx$(EXEEXT)"
$(Q) "$(LD)" $(LDFLAGS)
.depend: Makefile chip/Make.defs $(DEPSRCS)