Should be silent on make commands

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1780 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2009-05-14 22:08:32 +00:00
parent 4d979da77c
commit 1feb285655

View File

@ -77,7 +77,7 @@ libarch$(LIBEXT): $(OBJS)
done ; ) done ; )
board/libboard$(LIBEXT): board/libboard$(LIBEXT):
$(MAKE) -C board TOPDIR="$(TOPDIR)" libboard$(LIBEXT) @$(MAKE) -C board TOPDIR="$(TOPDIR)" libboard$(LIBEXT)
nuttx: $(HEAD_AOBJ) board/libboard$(LIBEXT) nuttx: $(HEAD_AOBJ) board/libboard$(LIBEXT)
@echo "LD: nuttx" @echo "LD: nuttx"