From 7213ccf4de665ee7f1cd215ebee3f85787b6cd5f Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 14 Nov 2012 15:55:07 +0000 Subject: 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 --- nuttx/arch/z16/src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/arch/z16/src') 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) -- cgit v1.2.3